Package com.blazebit.persistence.deltaspike.data
Blaze-Persistence DeltaSpike integration.
- Since:
- 1.2.0
- Author:
- Moritz Becker
-
Interface Summary Interface Description 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.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.Slice<T> A sublist of a list of objects without knowledge of the size of the overall list, heavily inspired by Spring Data'sSlice.Specification<T> A type to represent a specific view on data, heavily inspired by Spring Data'sSpecification. -
Class Summary Class Description KeysetPageRequest LikePageRequestbut with support for keyset pagination.PageRequest Immutable implementation ofPageable, heavily inspired by Spring Data'sPageRequest.Sort Immutable container for sorting information, heavily inspired by Spring Data'sSort.Sort.Order PropertyPath implements the pairing of anSort.Directionand a property. -
Enum Summary Enum Description Sort.Direction Sort directions.Sort.NullHandling Enumeration for null handling of anSort.Order. -
Annotation Types Summary Annotation Type Description EntityViewManagerConfig Configure the EntityViewManager for a specific repository.