Class ExpressionTupleElementMapper
java.lang.Object
com.blazebit.persistence.view.impl.objectbuilder.mapper.ExpressionTupleElementMapper
- All Implemented Interfaces:
TupleElementMapper
- Direct Known Subclasses:
AliasExpressionTupleElementMapper
- Since:
- 1.0.0
- Author:
- Christian Beikov
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExpressionTupleElementMapper(BasicUserTypeStringSupport<Object> basicTypeStringSupport, String expression, String attributePath, String viewPath, String embeddingViewPath) ExpressionTupleElementMapper(BasicUserTypeStringSupport<Object> basicTypeStringSupport, String expression, String attributePath, String viewPath, String embeddingViewPath, String[] fetches) -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyMapping(SelectBuilder<?> queryBuilder, ParameterHolder<?> parameterHolder, Map<String, Object> optionalParameters, ViewJpqlMacro viewJpqlMacro, EmbeddingViewJpqlMacro embeddingViewJpqlMacro, boolean asString)
-
Field Details
-
basicTypeStringSupport
-
expression
-
attributePath
-
viewPath
-
embeddingViewPath
-
fetches
-
-
Constructor Details
-
ExpressionTupleElementMapper
-
ExpressionTupleElementMapper
-
-
Method Details
-
applyMapping
public void applyMapping(SelectBuilder<?> queryBuilder, ParameterHolder<?> parameterHolder, Map<String, Object> optionalParameters, ViewJpqlMacro viewJpqlMacro, EmbeddingViewJpqlMacro embeddingViewJpqlMacro, boolean asString) - Specified by:
applyMappingin interfaceTupleElementMapper
-
getAttributePath
- Specified by:
getAttributePathin interfaceTupleElementMapper
-
getBasicTypeStringSupport
- Specified by:
getBasicTypeStringSupportin interfaceTupleElementMapper
-