Class PreProcessingObjectBuilder<T>
java.lang.Object
com.blazebit.persistence.impl.builder.object.PreProcessingObjectBuilder<T>
- All Implemented Interfaces:
ObjectBuilder<T>
- Since:
- 1.5.0
- Author:
- Christian Beikov
-
Constructor Summary
ConstructorsConstructorDescriptionPreProcessingObjectBuilder(ObjectBuilder<Object[]> preProcessor, ObjectBuilder<T> objectBuilder) -
Method Summary
-
Constructor Details
-
PreProcessingObjectBuilder
public PreProcessingObjectBuilder(ObjectBuilder<Object[]> preProcessor, ObjectBuilder<T> objectBuilder)
-
-
Method Details
-
applySelects
- Specified by:
applySelectsin interfaceObjectBuilder<T>
-
build
- Specified by:
buildin interfaceObjectBuilder<T>
-
buildList
- Specified by:
buildListin interfaceObjectBuilder<T>
-