Class AbstractCorrelationJoinTupleElementMapper
java.lang.Object
com.blazebit.persistence.view.impl.objectbuilder.mapper.AbstractCorrelationJoinTupleElementMapper
- All Implemented Interfaces:
AliasedTupleElementMapper,TupleElementMapper
- Direct Known Subclasses:
ExpressionCorrelationJoinTupleElementMapper,ParameterizedExpressionCorrelationJoinTupleElementMapper
public abstract class AbstractCorrelationJoinTupleElementMapper
extends Object
implements AliasedTupleElementMapper
- Since:
- 1.2.0
- Author:
- Christian Beikov
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAbstractCorrelationJoinTupleElementMapper(ExpressionFactory ef, String joinBase, String correlationBasis, Expression correlationResult, String alias, String attributePath, String embeddingViewPath, String[] fetches, Limiter limiter, Set<String> rootAliases) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.blazebit.persistence.view.impl.objectbuilder.mapper.TupleElementMapper
applyMapping
-
Field Details
-
correlationBasis
-
correlationResult
-
correlationAlias
-
correlationExternalAlias
-
joinBase
-
alias
-
attributePath
-
embeddingViewPath
-
fetches
-
limiter
-
-
Constructor Details
-
AbstractCorrelationJoinTupleElementMapper
-
-
Method Details
-
getAttributePath
- Specified by:
getAttributePathin interfaceTupleElementMapper
-
getAlias
- Specified by:
getAliasin interfaceAliasedTupleElementMapper
-
getBasicTypeStringSupport
- Specified by:
getBasicTypeStringSupportin interfaceTupleElementMapper
-