Package com.blazebit.persistence.deltaspike.data
package com.blazebit.persistence.deltaspike.data
Blaze-Persistence DeltaSpike integration.
- Since:
- 1.2.0
- Author:
- Moritz Becker
-
ClassDescriptionConfigure the EntityViewManager for a specific repository.Resolve the EntityViewManager used for a specific repository.EntityViewRepository<E,
V, PK extends Serializable> Base entity view repository interface.An extended version ofQueryResultthat allows to configure Blaze-Persistence specific features.FullEntityViewRepository<E,V, PK extends Serializable> Interface that supportsEntityViewRepositoryandCriteriaSupportcapabilities.LikePagebut contains keyset information.LikeSlicebut contains keyset information.LikePageablebut contains keyset information.LikePageRequestbut with support for keyset pagination.Page<T>A sublist of a list of objects, heavily inspired by Spring Data'sPage.Interface containing pagination information, heavily inspired by Spring Data'sPageable.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.Immutable container for sorting information, heavily inspired by Spring Data'sSort.Sort directions.Enumeration for null handling of anSort.Order.PropertyPath implements the pairing of anSort.Directionand a property.A type to represent a specific view on data, heavily inspired by Spring Data'sSpecification.