Class DelegatingKeysetExtractionObjectBuilder<T>
java.lang.Object
com.blazebit.persistence.impl.builder.object.KeysetExtractionObjectBuilder<T>
com.blazebit.persistence.impl.builder.object.DelegatingKeysetExtractionObjectBuilder<T>
- All Implemented Interfaces:
ObjectBuilder<T>
- Since:
- 1.0.0
- Author:
- Christian Beikov
-
Constructor Summary
ConstructorsConstructorDescriptionDelegatingKeysetExtractionObjectBuilder(ObjectBuilder<T> objectBuilder, int[] keysetToSelectIndexMapping, KeysetMode keysetMode, int pageSize, int highestOffset, boolean extractAll, boolean extractCount) -
Method Summary
Methods inherited from class com.blazebit.persistence.impl.builder.object.KeysetExtractionObjectBuilder
getCount, getHighest, getKeysets, getLowest
-
Constructor Details
-
DelegatingKeysetExtractionObjectBuilder
public DelegatingKeysetExtractionObjectBuilder(ObjectBuilder<T> objectBuilder, int[] keysetToSelectIndexMapping, KeysetMode keysetMode, int pageSize, int highestOffset, boolean extractAll, boolean extractCount)
-
-
Method Details
-
build
- Specified by:
buildin interfaceObjectBuilder<T>- Overrides:
buildin classKeysetExtractionObjectBuilder<T>
-
buildList
- Specified by:
buildListin interfaceObjectBuilder<T>- Overrides:
buildListin classKeysetExtractionObjectBuilder<T>
-
applySelects
- Specified by:
applySelectsin interfaceObjectBuilder<T>- Overrides:
applySelectsin classKeysetExtractionObjectBuilder<T>
-