All Classes and Interfaces
Class
Description
Configure the EntityViewManager for a specific repository.
Resolve the EntityViewManager used for a specific repository.
Base entity view repository interface.
An extended version of
QueryResult that allows to configure Blaze-Persistence specific features.Interface that supports
EntityViewRepository and CriteriaSupport capabilities.Like
Page but contains keyset information.Like
Slice but contains keyset information.Like
Pageable but contains keyset information.Like
PageRequest but with support for keyset pagination.A sublist of a list of objects, heavily inspired by Spring Data's
Page.Interface containing pagination information, heavily inspired by Spring Data's
Pageable.Immutable implementation of
Pageable, heavily inspired by Spring Data's PageRequest.A sublist of a list of objects without knowledge of the size of the overall list, heavily inspired by Spring Data's
Slice.Immutable container for sorting information, heavily inspired by Spring Data's
Sort.Sort directions.
Enumeration for null handling of an
Sort.Order.PropertyPath implements the pairing of an
Sort.Direction and a property.A type to represent a specific view on data, heavily inspired by Spring Data's
Specification.