|
Spring Data Core | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
CrudRepository<T,ID extends Serializable> | Interface for generic CRUD operations on a repository for a specific type. |
PagingAndSortingRepository<T,ID extends Serializable> | Extension of CrudRepository to provide additional methods to retrieve entities using the pagination and
sorting abstraction. |
Repository<T,ID extends Serializable> | Central repository marker interface. |
Annotation Types Summary | |
---|---|
NoRepositoryBean | Annotation to exclude repository interfaces from being picked up and thus in consequence getting an instance being created. |
RepositoryDefinition | Annotation to demarcate interfaces a repository proxy shall be created for. |
Central interfaces for repository abstraction.
|
Spring Data Core | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |