|
Spring Data Core | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Repository
abstraction.
See:
Description
Interface Summary | |
---|---|
Auditable<U,ID extends Serializable> | Interface for auditable entities. |
AuditorAware<T> | Interface for components that are aware of the application's current auditor. |
Page<T> | A page is a sublist of a list of objects. |
Pageable | Abstract interface for pagination information. |
Persistable<ID extends Serializable> | Simple interface for entities. |
Class Summary | |
---|---|
PageImpl<T> | Basic Page implementation. |
PageRequest | Basic Java Bean implementation of Pageable . |
Sort | Sort option for queries. |
Sort.Order | PropertyPath implements the pairing of an Sort.Direction and a property. |
Enum Summary | |
---|---|
Sort.Direction | Enumeration for sort directions. |
Central domain abstractions especially to be used in combination with the Repository
abstraction.
Repository
|
Spring Data Core | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |