Class KeysetExtractionObjectBuilder<T>
java.lang.Object
com.blazebit.persistence.impl.builder.object.KeysetExtractionObjectBuilder<T>
- All Implemented Interfaces:
ObjectBuilder<T>
- Direct Known Subclasses:
DelegatingKeysetExtractionObjectBuilder
- Since:
- 1.0.0
- Author:
- Christian Beikov
-
Constructor Summary
ConstructorsConstructorDescriptionKeysetExtractionObjectBuilder(int[] keysetToSelectIndexMapping, KeysetMode keysetMode, int pageSize, int highestOffset, boolean unwrap, boolean extractAll, boolean extractCount) -
Method Summary
Modifier and TypeMethodDescription<X extends SelectBuilder<X>>
voidapplySelects(X queryBuilder) longgetCount()Serializable[][]
-
Constructor Details
-
KeysetExtractionObjectBuilder
public KeysetExtractionObjectBuilder(int[] keysetToSelectIndexMapping, KeysetMode keysetMode, int pageSize, int highestOffset, boolean unwrap, boolean extractAll, boolean extractCount)
-
-
Method Details
-
build
- Specified by:
buildin interfaceObjectBuilder<T>
-
getLowest
-
getHighest
-
getKeysets
-
getCount
public long getCount() -
buildList
- Specified by:
buildListin interfaceObjectBuilder<T>
-
applySelects
- Specified by:
applySelectsin interfaceObjectBuilder<T>
-