Interface JpaRepositoryImplementation<T,ID>
- All Superinterfaces:
CrudRepository<T,ID>, JpaRepository<T, ID>, JpaRepositoryConfigurationAware, JpaSpecificationExecutor<T>, ListCrudRepository<T, ID>, ListPagingAndSortingRepository<T, ID>, PagingAndSortingRepository<T, ID>, QueryByExampleExecutor<T>, Repository<T, ID>
- All Known Implementing Classes:
SimpleJpaRepository
@NoRepositoryBean
public interface JpaRepositoryImplementation<T,ID>
extends JpaRepository<T,ID>, JpaSpecificationExecutor<T>, JpaRepositoryConfigurationAware
SPI interface to be implemented by
JpaRepository implementations.- Author:
- Oliver Gierke, Stefan Fussenegger, Jens Schauder
-
Nested Class Summary
Nested classes/interfaces inherited from interface JpaSpecificationExecutor
JpaSpecificationExecutor.SpecificationFluentQuery<T> -
Method Summary
Methods inherited from interface CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods inherited from interface JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlushMethods inherited from interface JpaRepositoryConfigurationAware
setEscapeCharacter, setProjectionFactory, setRepositoryMethodMetadataMethods inherited from interface JpaSpecificationExecutor
count, count, delete, delete, exists, exists, findAll, findAll, findAll, findAll, findAll, findBy, findBy, findOne, findOne, updateMethods inherited from interface ListCrudRepository
findAll, findAllById, saveAllMethods inherited from interface ListPagingAndSortingRepository
findAllMethods inherited from interface PagingAndSortingRepository
findAll