Class SqmTreatedCrossJoin
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.from.SqmCrossJoin
org.hibernate.query.sqm.tree.domain.SqmTreatedCrossJoin
- All Implemented Interfaces:
Expression, FetchParent, From, Join, Path, Selection, TupleElement, Serializable, JpaCriteriaNode, JpaCrossJoin, 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
A TREAT form of SqmCrossJoin
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionSqmTreatedCrossJoin(SqmCrossJoin<?> wrappedPath, SqmEntityDomainType<?> treatTarget) -
Method Summary
Modifier and TypeMethodDescriptionvoidappendHqlString(StringBuilder hql, SqmRenderContext context) copy(SqmCopyContext context) getModel()@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.on(@Nullable Expression restriction) on(@Nullable JpaExpression restriction) on(JpaPredicate @Nullable ... restrictions) voidsetExplicitAlias(@Nullable String explicitAlias) Set the explicit alias for this pathtreatAs(EntityDomainType treatTarget, @Nullable String alias, boolean fetch) Methods inherited from class SqmCrossJoin
accept, createCorrelation, findRoot, getAttribute, getEntityName, getJoinPredicate, getJoinType, getLhs, getParent, getRoot, getSqmJoinType, isImplicitlySelectable, makeCopy, setJoinPredicate, treatAs, treatAs, treatAs, treatAs, treatAsMethods inherited from class AbstractSqmFrom
addSqmJoin, addTreat, alias, copyTo, crossJoin, crossJoin, deepEquals, fetch, fetch, fetch, fetch, fetch, fetch, findTreat, getCorrelationParent, getExplicitAlias, getFetches, getJoins, getNumberOfJoins, getParentPath, getSqmJoins, getSqmTreats, hasImplicitlySelectableJoin, hasJoins, id, isCorrelated, isDeepCompatible, 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, join, join, joinArray, joinArray, joinArray, joinArray, joinArrayCollection, joinArrayCollection, joinArrayCollection, joinArrayCollection, joinCollection, joinCollection, joinLateral, joinLateral, joinLateral, joinLateral, joinList, joinList, joinMap, joinMap, joinSet, joinSet, removeLeftFetchJoins, resolvePathPart, visitSqmJoinsMethods inherited from class AbstractSqmPath
cacheHashCode, copyTo, equals, get, get, get, get, get, getExpressible, getJavaTypeDescriptor, getNavigablePath, getNavigablePathCopy, getNodeJavaType, getReusablePath, getReusablePaths, getTreatedPath, hashCode, isCompatible, registerReusablePath, resolvePath, resolvePath, toString, 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, getOn, join, 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, joinSetMethods 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, type, visitReusablePathsMethods inherited from interface SqmSelectableNode
getTupleLengthMethods inherited from interface SqmTreatedFrom
treatAsMethods 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
-
SqmTreatedCrossJoin
-
-
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 classSqmCrossJoin
-
setExplicitAlias
Description copied from interface:SqmPathSet the explicit alias for this path- Specified by:
setExplicitAliasin interfaceSqmPath- Overrides:
setExplicitAliasin classAbstractSqmFrom
-
getTreatTarget
- Specified by:
getTreatTargetin interfaceJpaTreatedPath- Specified by:
getTreatTargetin interfaceSqmTreatedPath
-
getModel
- Specified by:
getModelin interfacePath- Overrides:
getModelin classAbstractSqmPath
-
getWrappedPath
Description copied from interface:SqmPathWrapperAccess the wrapped SqmPath.- Specified by:
getWrappedPathin interfaceSqmPathWrapper- Specified by:
getWrappedPathin 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 classSqmCrossJoin- 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
-
appendHqlString
- Specified by:
appendHqlStringin interfaceSqmVisitableNode- Overrides:
appendHqlStringin classAbstractSqmFrom
-
on
-
on
-
on
-
on
-
treatAs
public SqmTreatedCrossJoin treatAs(EntityDomainType treatTarget, @Nullable String alias, boolean fetch) - Specified by:
treatAsin interfaceSqmPath- Specified by:
treatAsin interfaceSqmTreatedFrom- Overrides:
treatAsin classSqmCrossJoin
-