| EntityViewManagerResolver |
Resolve the EntityViewManager used for a specific repository.
|
| EntityViewRepository |
Base entity view repository interface.
|
| ExtendedQueryResult |
An extended version of QueryResult that allows to configure Blaze-Persistence specific features.
|
| KeysetAwareSlice |
Like Slice but contains keyset information.
|
| KeysetPageable |
Like Pageable but contains keyset information.
|
| Page |
A sublist of a list of objects, heavily inspired by Spring Data's Page.
|
| Pageable |
Interface containing pagination information, heavily inspired by Spring Data's Pageable.
|
| PageRequest |
Immutable implementation of Pageable, heavily inspired by Spring Data's PageRequest.
|
| Slice |
A sublist of a list of objects without knowledge of the size of the overall list, heavily inspired by Spring Data's Slice.
|
| Sort |
Immutable container for sorting information, heavily inspired by Spring Data's Sort.
|
| Sort.Direction |
Sort directions.
|
| Sort.NullHandling |
|
| Sort.Order |
PropertyPath implements the pairing of an Sort.Direction and a property.
|
| Specification |
A type to represent a specific view on data, heavily inspired by Spring Data's Specification.
|