Interface NewsRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<NewsEntity, Integer>, org.springframework.data.jpa.repository.JpaRepository<NewsEntity, Integer>, org.springframework.data.repository.ListCrudRepository<NewsEntity, Integer>, org.springframework.data.repository.ListPagingAndSortingRepository<NewsEntity, Integer>, org.springframework.data.repository.PagingAndSortingRepository<NewsEntity, Integer>, org.springframework.data.repository.query.QueryByExampleExecutor<NewsEntity>, org.springframework.data.repository.Repository<NewsEntity, Integer>
public interface NewsRepository
extends org.springframework.data.jpa.repository.JpaRepository<NewsEntity, Integer>
Interfaccia di persistenza per l'entità
NewsEntity.
Estende JpaRepository ereditando tutte le funzionalità standard per l'accesso ai dati (CRUD),
la paginazione e l'ordinamento, senza necessità di implementazione manuale.
Viene gestita automaticamente dal container Spring Data JPA al momento dell'avvio dell'applicazione.
- Since:
- 1.0.0
- Version:
- 1.0.1
- Author:
- Modulink Team
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlushMethods inherited from interface org.springframework.data.repository.ListCrudRepository
findAll, findAllById, saveAllMethods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne