All Classes
-
All Classes Interface Summary Class Summary Enum Summary Annotation Types Summary Class Description EntityViewManagerConfig Configure the EntityViewManager for a specific repository.EntityViewManagerResolver Resolve the EntityViewManager used for a specific repository.EntityViewRepository<E,V,PK extends Serializable> Base entity view repository interface.ExtendedQueryResult<E> An extended version ofQueryResultthat allows to configure Blaze-Persistence specific features.FullEntityViewRepository<E,V,PK extends Serializable> Interface that supportsEntityViewRepositoryandCriteriaSupportcapabilities.KeysetAwarePage<T> LikePagebut contains keyset information.KeysetAwareSlice<T> LikeSlicebut contains keyset information.KeysetPageable LikePageablebut contains keyset information.KeysetPageRequest LikePageRequestbut with support for keyset pagination.Page<T> A sublist of a list of objects, heavily inspired by Spring Data'sPage.Pageable Interface containing pagination information, heavily inspired by Spring Data'sPageable.PageRequest Immutable implementation ofPageable, heavily inspired by Spring Data'sPageRequest.Slice<T> A sublist of a list of objects without knowledge of the size of the overall list, heavily inspired by Spring Data'sSlice.Sort Immutable container for sorting information, heavily inspired by Spring Data'sSort.Sort.Direction Sort directions.Sort.NullHandling Enumeration for null handling of anSort.Order.Sort.Order PropertyPath implements the pairing of anSort.Directionand a property.Specification<T> A type to represent a specific view on data, heavily inspired by Spring Data'sSpecification.