Class SqmTreatedEntityJoin<L,R,S extends R>
java.lang.Object
org.hibernate.query.sqm.tree.AbstractSqmNode
org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement<T>
org.hibernate.query.sqm.tree.jpa.AbstractJpaSelection<T>
org.hibernate.query.sqm.tree.expression.AbstractSqmExpression<T>
org.hibernate.query.sqm.tree.domain.AbstractSqmPath<T>
org.hibernate.query.sqm.tree.domain.AbstractSqmFrom<L,R>
org.hibernate.query.sqm.tree.domain.AbstractSqmJoin<L,R>
org.hibernate.query.sqm.tree.from.SqmEntityJoin<L,S>
org.hibernate.query.sqm.tree.domain.SqmTreatedEntityJoin<L,R,S>
- All Implemented Interfaces:
Expression<S>
,FetchParent<L,
,S> From<L,
,S> Join<L,
,S> Path<S>
,Selection<S>
,TupleElement<S>
,Serializable
,JpaCriteriaNode
,JpaEntityJoin<L,
,S> JpaExpression<S>
,JpaFetchParent<L,
,S> JpaFrom<L,
,S> JpaJoin<L,
,S> JpaPath<S>
,JpaSelection<S>
,JpaTreatedFrom<L,
,R, S> JpaTreatedJoin<L,
,R, S> JpaTreatedPath<R,
,S> JpaTupleElement<S>
,SemanticPathPart
,SqmPath<S>
,SqmPathWrapper<R,
,S> SqmSingularValuedJoin<L,
,S> SqmTreatedFrom<L,
,R, S> SqmTreatedJoin<L,
,R, S> SqmTreatedPath<R,
,S> SqmExpression<S>
,SqmFrom<L,
,S> SqmJoin<L,
,S> SqmSelectableNode<S>
,SqmExpressibleAccessor<S>
,SqmNode
,SqmTypedNode<S>
,SqmVisitableNode
public class SqmTreatedEntityJoin<L,R,S extends R>
extends SqmEntityJoin<L,S>
implements SqmTreatedJoin<L,R,S>
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionSqmTreatedEntityJoin
(SqmEntityJoin<L, R> wrappedPath, EntityDomainType<S> treatTarget, String alias) -
Method Summary
Modifier and TypeMethodDescriptionvoid
copy
(SqmCopyContext context) getModel()
This node's type is its "referenced path source"The path source that this path refers to (and that most likely created it).Access the wrapped SqmPath.Methods inherited from class org.hibernate.query.sqm.tree.from.SqmEntityJoin
accept, createCorrelation, findRoot, getAttribute, getEntityName, getJoinType, getLhs, getParent, getRoot, isImplicitlySelectable, makeCopy, on, on, on, on, resolveIndexedAccess, treatAs, treatAs, treatAs, treatAs, treatAs, treatAs
Methods inherited from class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
applyRestriction, copyTo, getJoinPredicate, getOn, getSqmJoinType, join, join, setJoinPredicate
Methods inherited from class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
addSqmJoin, addTreat, alias, copyTo, crossJoin, crossJoin, fetch, fetch, fetch, fetch, fetch, fetch, findTreat, getCorrelationParent, getExplicitAlias, getFetches, getJoins, getParentPath, getSqmJoins, getSqmTreats, hasImplicitlySelectableJoin, hasJoins, 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, visitSqmJoins
Methods inherited from class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
copyTo, get, get, get, get, get, getExpressible, getNavigablePath, getNavigablePathCopy, getResolvedModel, getReusablePath, getReusablePaths, getTreatedPath, registerReusablePath, resolvePath, resolvePath, toString, type, visitReusablePaths
Methods inherited from class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
applyInferableType, as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, cast, equalTo, equalTo, getJavaTypeDescriptor, in, in, in, in, internalApplyInferableType, isNotNull, isNull, nodeBuilder, notEqualTo, notEqualTo
Methods inherited from class org.hibernate.query.sqm.tree.jpa.AbstractJpaSelection
getSelectionItems, isCompoundSelection
Methods inherited from class org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement
copyTo, getAlias, setAlias, setExpressibleType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface jakarta.persistence.criteria.From
getJoins, isCorrelated
Methods inherited from interface jakarta.persistence.criteria.Join
getJoinType, getParent
Methods inherited from interface org.hibernate.query.criteria.JpaFetchParent
fetch, fetch, fetch, fetch, fetch, fetch, getFetches
Methods inherited from interface org.hibernate.query.criteria.JpaFrom
join, join, join, join, join, join, join, join, joinArray, joinArray, joinArray, joinArray, joinArrayCollection, joinArrayCollection, joinArrayCollection, joinArrayCollection, joinLateral, joinLateral, joinLateral
Methods inherited from interface org.hibernate.query.criteria.JpaJoin
getAttribute
Methods inherited from interface org.hibernate.query.criteria.JpaPath
getParentPath
Methods inherited from interface org.hibernate.query.criteria.JpaSelection
alias, getCompoundSelectionItems, getSelectionItems
Methods inherited from interface org.hibernate.query.criteria.JpaTupleElement
getJavaType, getJavaTypeName, isEnum
Methods inherited from interface jakarta.persistence.criteria.Selection
isCompoundSelection
Methods inherited from interface org.hibernate.query.sqm.tree.expression.SqmExpression
as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, cast, castAs, equalTo, equalTo, in, in, in, in, isNotNull, isNull, notEqualTo, notEqualTo, visitSubSelectableNodes
Methods inherited from interface org.hibernate.query.sqm.tree.from.SqmFrom
addSqmJoin, getCorrelationParent, getSqmJoins, getSqmTreats, hasImplicitlySelectableJoin, hasJoins, hasTreats, join, join, visitSqmJoins
Methods inherited from interface org.hibernate.query.sqm.tree.from.SqmJoin
crossJoin, crossJoin, getJoinPredicate, getOn, getSqmJoinType, 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, joinSet, setJoinPredicate
Methods inherited from interface org.hibernate.query.sqm.tree.SqmNode
asLoggableText, nodeBuilder
Methods inherited from interface org.hibernate.query.sqm.tree.domain.SqmPath
applyInferableType, findRoot, get, get, get, get, get, getExplicitAlias, getJavaTypeDescriptor, getLhs, getNavigablePath, getResolvedModel, getReusablePath, getReusablePaths, registerReusablePath, resolveAlias, resolveIndexedAccess, resolvePathPart, setExplicitAlias, type, visitReusablePaths
Methods inherited from interface org.hibernate.query.sqm.tree.select.SqmSelectableNode
getTupleLength
Methods inherited from interface org.hibernate.query.sqm.tree.domain.SqmTreatedFrom
treatAs, treatAs
Methods inherited from interface org.hibernate.query.sqm.tree.domain.SqmTreatedJoin
treatAs, treatAs, treatAs, treatAs
Methods inherited from interface org.hibernate.query.sqm.tree.SqmTypedNode
getExpressible, getNodeJavaType
Methods inherited from interface org.hibernate.query.sqm.tree.SqmVisitableNode
accept, toHqlString
Methods inherited from interface jakarta.persistence.TupleElement
getAlias
-
Constructor Details
-
SqmTreatedEntityJoin
public SqmTreatedEntityJoin(SqmEntityJoin<L, R> wrappedPath, EntityDomainType<S> treatTarget, String alias)
-
-
Method Details
-
copy
- Specified by:
copy
in interfaceSqmExpression<L>
- Specified by:
copy
in interfaceSqmFrom<L,
R> - Specified by:
copy
in interfaceSqmJoin<L,
R> - Specified by:
copy
in interfaceSqmNode
- Specified by:
copy
in interfaceSqmPath<L>
- Specified by:
copy
in interfaceSqmSelectableNode<L>
- Specified by:
copy
in interfaceSqmTreatedFrom<L,
R, S extends R> - Specified by:
copy
in interfaceSqmTypedNode<L>
- Overrides:
copy
in classSqmEntityJoin<L,
S extends R>
-
getTreatTarget
- Specified by:
getTreatTarget
in interfaceJpaTreatedPath<L,
R> - Specified by:
getTreatTarget
in interfaceSqmTreatedPath<L,
R>
-
getModel
-
getWrappedPath
Description copied from interface:SqmPathWrapper
Access the wrapped SqmPath.- Specified by:
getWrappedPath
in interfaceSqmPathWrapper<L,
R> - Specified by:
getWrappedPath
in interfaceSqmTreatedPath<L,
R>
-
getNodeType
Description copied from interface:SqmPath
This node's type is its "referenced path source"- Specified by:
getNodeType
in interfaceSqmExpression<L>
- Specified by:
getNodeType
in interfaceSqmPath<L>
- Specified by:
getNodeType
in interfaceSqmTypedNode<L>
- Overrides:
getNodeType
in classAbstractSqmPath<S extends R>
-
getReferencedPathSource
Description copied from interface:SqmPath
The path source that this path refers to (and that most likely created it).- Specified by:
getReferencedPathSource
in interfaceSqmFrom<L,
R> - Specified by:
getReferencedPathSource
in interfaceSqmPath<L>
- Overrides:
getReferencedPathSource
in classSqmEntityJoin<L,
S extends R> - See Also:
-
appendHqlString
- Specified by:
appendHqlString
in interfaceSqmVisitableNode
- Overrides:
appendHqlString
in classAbstractSqmFrom<L,
S extends R>
-