Class SqmTreatedPluralPartJoin
java.lang.Object
org.hibernate.query.sqm.tree.AbstractSqmNode
org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement
org.hibernate.query.sqm.tree.jpa.AbstractJpaSelection
org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
org.hibernate.query.sqm.tree.domain.AbstractSqmPath
org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
org.hibernate.query.sqm.tree.domain.SqmTreatedPluralPartJoin
- All Implemented Interfaces:
Expression, FetchParent, From, Join, Path, Selection, TupleElement, Serializable, JpaCriteriaNode, JpaExpression, JpaFetchParent, JpaFrom, JpaJoin, JpaPath, JpaSelection, JpaTreatedFrom, JpaTreatedJoin, JpaTreatedPath, JpaTupleElement, SemanticPathPart, SqmPath, SqmPathWrapper, SqmTreatedFrom, SqmTreatedJoin, SqmTreatedPath, SqmExpression, SqmFrom, SqmJoin, SqmSelectableNode, SqmCacheable, SqmExpressibleAccessor, SqmNode, SqmTypedNode, SqmVisitableNode
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionSqmTreatedPluralPartJoin(SqmPluralPartJoin wrappedPath, SqmEntityDomainType treatTarget, @Nullable String alias) -
Method Summary
Modifier and TypeMethodDescriptionvoidappendHqlString(StringBuilder hql, SqmRenderContext context) copy(SqmCopyContext context) @NonNull SqmBindableTypeThe expression's type.The path source that this path refers to (and that most likely created it).Get this path's actual resolved model, i.e.Access the wrapped SqmPath.treatAs(EntityDomainType treatTarget, @Nullable String alias, boolean fetch) Methods inherited from class SqmPluralPartJoin
accept, createCorrelation, getAttribute, getJoinPredicate, getLhs, isImplicitlySelectable, setJoinPredicate, toString, treatAs, treatAs, treatAs, treatAsMethods inherited from class AbstractSqmJoin
applyRestriction, copyTo, deepEquals, getJoinType, getOn, getParent, getSqmJoinType, isDeepCompatible, join, joinMethods inherited from class AbstractSqmFrom
addSqmJoin, addTreat, alias, copyTo, crossJoin, crossJoin, fetch, fetch, fetch, fetch, fetch, fetch, findTreat, getCorrelationParent, getExplicitAlias, getFetches, getJoins, getNumberOfJoins, getParentPath, getSqmJoins, getSqmTreats, hasImplicitlySelectableJoin, hasJoins, id, isCorrelated, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, joinArray, joinArray, joinArray, joinArray, joinArrayCollection, joinArrayCollection, joinArrayCollection, joinArrayCollection, joinCollection, joinCollection, joinLateral, joinLateral, joinLateral, joinLateral, joinList, joinList, joinMap, joinMap, joinSet, joinSet, removeLeftFetchJoins, resolvePathPart, setExplicitAlias, visitSqmJoinsMethods inherited from class AbstractSqmPath
cacheHashCode, copyTo, equals, get, get, get, get, get, getExpressible, getJavaTypeDescriptor, getModel, getNavigablePath, getNavigablePathCopy, getNodeJavaType, getReusablePath, getReusablePaths, getTreatedPath, hashCode, isCompatible, registerReusablePath, resolvePath, resolvePath, type, visitReusablePathsMethods inherited from class AbstractSqmExpression
applyInferableType, as, cast, equalTo, equalTo, in, in, in, in, internalApplyInferableType, isNotNull, isNull, nodeBuilder, notEqualTo, notEqualToMethods inherited from class AbstractJpaSelection
getSelectionItems, isCompoundSelectionMethods inherited from class AbstractJpaTupleElement
copyTo, getAlias, setAlias, setExpressibleTypeMethods inherited from interface From
getJoins, isCorrelatedMethods inherited from interface Join
getJoinType, getParentMethods inherited from interface JpaFetchParent
fetch, fetch, fetch, fetch, fetch, fetch, getFetchesMethods inherited from interface JpaFrom
id, join, join, join, join, join, join, join, join, joinArray, joinArray, joinArray, joinArray, joinArrayCollection, joinArrayCollection, joinArrayCollection, joinArrayCollection, joinLateral, joinLateral, joinLateralMethods inherited from interface JpaJoin
getAttributeMethods inherited from interface JpaPath
getParentPathMethods inherited from interface JpaSelection
alias, getCompoundSelectionItems, getSelectionItemsMethods inherited from interface JpaTupleElement
getJavaType, getJavaTypeName, isEnumMethods inherited from interface Selection
isCompoundSelectionMethods inherited from interface SqmCacheable
cacheHashCode, isCompatibleMethods inherited from interface SqmExpression
as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, cast, castAs, equalTo, equalTo, in, in, in, in, isNotNull, isNull, notEqualTo, notEqualTo, visitSubSelectableNodesMethods inherited from interface SqmFrom
addSqmJoin, deepEquals, getCorrelationParent, getNumberOfJoins, getSqmJoins, getSqmTreats, hasImplicitlySelectableJoin, hasJoins, hasTreats, isDeepCompatible, join, join, resolveAlias, visitSqmJoinsMethods inherited from interface SqmJoin
crossJoin, crossJoin, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, joinCollection, joinCollection, joinLateral, joinLateral, joinList, joinList, joinMap, joinMap, joinSet, joinSet, on, on, on, onMethods inherited from interface SqmNode
asLoggableText, nodeBuilderMethods inherited from interface SqmPath
applyInferableType, findRoot, get, get, get, get, get, getExplicitAlias, getJavaTypeDescriptor, getLhs, getNavigablePath, getReusablePath, getReusablePaths, registerReusablePath, resolveIndexedAccess, resolvePathPart, setExplicitAlias, type, visitReusablePathsMethods inherited from interface SqmSelectableNode
getTupleLengthMethods inherited from interface SqmTreatedJoin
treatAs, treatAs, treatAs, treatAsMethods inherited from interface SqmTypedNode
getExpressible, getNodeJavaTypeMethods inherited from interface SqmVisitableNode
accept, toHqlStringMethods inherited from interface TupleElement
getAlias
-
Constructor Details
-
SqmTreatedPluralPartJoin
public SqmTreatedPluralPartJoin(SqmPluralPartJoin wrappedPath, SqmEntityDomainType treatTarget, @Nullable String alias)
-
-
Method Details
-
copy
- Specified by:
copyin interfaceSqmExpression- Specified by:
copyin interfaceSqmFrom- Specified by:
copyin interfaceSqmJoin- Specified by:
copyin interfaceSqmNode- Specified by:
copyin interfaceSqmPath- Specified by:
copyin interfaceSqmSelectableNode- Specified by:
copyin interfaceSqmTreatedFrom- Specified by:
copyin interfaceSqmTypedNode- Overrides:
copyin classSqmPluralPartJoin
-
getWrappedPath
Description copied from interface:SqmPathWrapperAccess the wrapped SqmPath.- Specified by:
getWrappedPathin interfaceSqmPathWrapper- Specified by:
getWrappedPathin interfaceSqmTreatedPath
-
getTreatTarget
- Specified by:
getTreatTargetin interfaceJpaTreatedPath- Specified by:
getTreatTargetin interfaceSqmTreatedPath
-
getNodeType
Description copied from interface:SqmExpressionThe expression's type.Can change as a result of calls to
SqmExpression.applyInferableType(SqmBindableType)- Specified by:
getNodeTypein interfaceSqmExpression- Specified by:
getNodeTypein interfaceSqmPath- Specified by:
getNodeTypein interfaceSqmTypedNode- Overrides:
getNodeTypein classAbstractSqmPath
-
getReferencedPathSource
Description copied from interface:SqmPathThe path source that this path refers to (and that most likely created it).- Specified by:
getReferencedPathSourcein interfaceSqmFrom- Specified by:
getReferencedPathSourcein interfaceSqmPath- Overrides:
getReferencedPathSourcein classAbstractSqmPath- Returns:
- See Also:
-
getResolvedModel
Description copied from interface:SqmPathGet this path's actual resolved model, i.e. the concrete type for generic attributes.- Specified by:
getResolvedModelin interfaceSqmPath- Overrides:
getResolvedModelin classAbstractSqmPath
-
treatAs
- Specified by:
treatAsin interfaceSqmPath- Specified by:
treatAsin interfaceSqmTreatedFrom- Overrides:
treatAsin classSqmPluralPartJoin
-
treatAs
public SqmTreatedPluralPartJoin treatAs(EntityDomainType treatTarget, @Nullable String alias, boolean fetch) - Specified by:
treatAsin interfaceSqmPath- Specified by:
treatAsin interfaceSqmTreatedFrom- Overrides:
treatAsin classSqmPluralPartJoin
-
appendHqlString
- Specified by:
appendHqlStringin interfaceSqmVisitableNode- Overrides:
appendHqlStringin classAbstractSqmFrom
-