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:
QuerydslJpaRepository, 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