Uses of Enum
com.blazebit.persistence.impl.keyset.KeysetMode
Packages that use KeysetMode
Package
Description
-
Uses of KeysetMode in com.blazebit.persistence.impl
Constructors in com.blazebit.persistence.impl with parameters of type KeysetModeModifierConstructorDescriptionPaginatedTypedQueryImpl(boolean withExtractAllKeysets, boolean withCount, boolean boundedCount, int highestOffset, javax.persistence.TypedQuery<?> countQuery, javax.persistence.TypedQuery<?> idQuery, javax.persistence.TypedQuery<X> objectQuery, ObjectBuilder<X> objectBuilder, Collection<ParameterManager.ParameterImpl<?>> parameters, Map<javax.persistence.criteria.ParameterExpression<?>, String> criteriaNameMapping, Object entityId, int firstResult, int pageSize, int identifierCount, boolean needsNewIdList, int[] keysetToSelectIndexMapping, KeysetMode keysetMode, KeysetPage keysetPage, boolean forceFirstResult, boolean inlinedIdQuery, boolean inlinedCountQuery) -
Uses of KeysetMode in com.blazebit.persistence.impl.builder.object
Constructors in com.blazebit.persistence.impl.builder.object with parameters of type KeysetModeModifierConstructorDescriptionDelegatingKeysetExtractionObjectBuilder(ObjectBuilder<T> objectBuilder, int[] keysetToSelectIndexMapping, KeysetMode keysetMode, int pageSize, int highestOffset, boolean extractAll, boolean extractCount) KeysetExtractionObjectBuilder(int[] keysetToSelectIndexMapping, KeysetMode keysetMode, int pageSize, int highestOffset, boolean unwrap, boolean extractAll, boolean extractCount) -
Uses of KeysetMode in com.blazebit.persistence.impl.keyset
Methods in com.blazebit.persistence.impl.keyset that return KeysetModeModifier and TypeMethodDescriptionAbstractKeysetLink.getKeysetMode()KeysetLink.getKeysetMode()static KeysetModeKeysetPaginationHelper.getKeysetMode(KeysetPage keysetPage, Object entityId, int firstRow, int pageSize) KeysetBuilderImpl.getMode()static KeysetModeReturns the enum constant of this type with the specified name.static KeysetMode[]KeysetMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.blazebit.persistence.impl.keyset with parameters of type KeysetModeModifierConstructorDescriptionAbstractKeysetLink(KeysetMode keysetMode) KeysetBuilderImpl(T result, KeysetBuilderEndedListener listener, KeysetMode mode) LazyKeysetLink(Map<String, Object> keysetValues, KeysetMode keysetMode) SimpleKeysetLink(Keyset keyset, KeysetMode keysetMode)