Class SqmEntityJoin<L,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,R>
- All Implemented Interfaces:
Expression<R>
,FetchParent<L,
,R> From<L,
,R> Join<L,
,R> Path<R>
,Selection<R>
,TupleElement<R>
,Serializable
,JpaCriteriaNode
,JpaEntityJoin<L,
,R> JpaExpression<R>
,JpaFetchParent<L,
,R> JpaFrom<L,
,R> JpaJoin<L,
,R> JpaPath<R>
,JpaSelection<R>
,JpaTupleElement<R>
,SemanticPathPart
,SqmPath<R>
,SqmSingularValuedJoin<L,
,R> SqmExpression<R>
,SqmFrom<L,
,R> SqmJoin<L,
,R> SqmSelectableNode<R>
,SqmExpressibleAccessor<R>
,SqmNode
,SqmTypedNode<R>
,SqmVisitableNode
- Direct Known Subclasses:
SqmCorrelatedEntityJoin
,SqmTreatedEntityJoin
public class SqmEntityJoin<L,R>
extends AbstractSqmJoin<L,R>
implements SqmSingularValuedJoin<L,R>, JpaEntityJoin<L,R>
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorsModifierConstructorDescriptionSqmEntityJoin
(EntityType<R> entity, String alias, JoinType joinType, SqmRoot<L> root) SqmEntityJoin
(EntityDomainType<R> joinedEntityDescriptor, String alias, SqmJoinType joinType, SqmRoot<L> sqmRoot) protected
SqmEntityJoin
(NavigablePath navigablePath, EntityDomainType<R> joinedEntityDescriptor, String alias, SqmJoinType joinType, SqmRoot<L> sqmRoot) -
Method Summary
Modifier and TypeMethodDescription<X> X
accept
(SemanticQueryWalker<X> walker) Accept the walker per visitationcopy
(SqmCopyContext context) SqmRoot<?>
findRoot()
PersistentAttribute<? super L,
?> getLhs()
Get the left-hand side of this path - may be null, indicating a root, cross-join or entity-joingetModel()
The path source that this path refers to (and that most likely created it).getRoot()
boolean
When applicable, whether this join should be included in an implicit select clausemakeCopy
(SqmCreationProcessingState creationProcessingState) on
(Expression<Boolean> restriction) on
(JpaExpression<Boolean> restriction) on
(JpaPredicate... restrictions) SqmPath<?>
resolveIndexedAccess
(SqmExpression<?> selector, boolean isTerminal, SqmCreationState creationState) <S extends R>
SqmTreatedEntityJoin<L,R, S> Support for JPA's explicit (TREAT) down-casting.<S extends R>
SqmTreatedEntityJoin<L,R, S> <S extends R>
SqmTreatedEntityJoin<L,R, S> <S extends R>
SqmTreatedEntityJoin<L,R, S> treatAs
(EntityDomainType<S> treatAsType) Support for JPA's explicit (TREAT) down-casting.<S extends R>
SqmTreatedEntityJoin<L,R, S> treatAs
(EntityDomainType<S> treatTarget, String alias) <S extends R>
SqmTreatedEntityJoin<L,R, S> treatAs
(EntityDomainType<S> treatTarget, String alias, boolean fetched) 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, appendHqlString, 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, getNodeType, 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 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.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, get, get, get, get, get, getExplicitAlias, getJavaTypeDescriptor, getNavigablePath, getNodeType, getResolvedModel, getReusablePath, getReusablePaths, registerReusablePath, resolveAlias, 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.SqmTypedNode
getExpressible, getNodeJavaType
Methods inherited from interface org.hibernate.query.sqm.tree.SqmVisitableNode
appendHqlString, toHqlString
Methods inherited from interface jakarta.persistence.TupleElement
getAlias
-
Constructor Details
-
SqmEntityJoin
public SqmEntityJoin(EntityDomainType<R> joinedEntityDescriptor, String alias, SqmJoinType joinType, SqmRoot<L> sqmRoot) -
SqmEntityJoin
-
-
Method Details
-
isImplicitlySelectable
public boolean isImplicitlySelectable()Description copied from interface:SqmJoin
When applicable, whether this join should be included in an implicit select clause- Specified by:
isImplicitlySelectable
in interfaceSqmJoin<L,
R>
-
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 interfaceSqmTypedNode<L>
-
getRoot
-
getParent
-
findRoot
-
getJoinType
- Specified by:
getJoinType
in interfaceJoin<L,
R> - Overrides:
getJoinType
in classAbstractSqmJoin<L,
R>
-
resolveIndexedAccess
public SqmPath<?> resolveIndexedAccess(SqmExpression<?> selector, boolean isTerminal, SqmCreationState creationState) - Specified by:
resolveIndexedAccess
in interfaceSemanticPathPart
- Specified by:
resolveIndexedAccess
in interfaceSqmPath<L>
-
getModel
- Specified by:
getModel
in interfaceJpaEntityJoin<L,
R> - Specified by:
getModel
in interfacePath<L>
- Overrides:
getModel
in classAbstractSqmPath<R>
-
getLhs
Description copied from interface:SqmPath
Get the left-hand side of this path - may be null, indicating a root, cross-join or entity-join -
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 classAbstractSqmPath<R>
- See Also:
-
getEntityName
-
on
-
on
-
on
-
on
-
accept
Description copied from interface:SqmVisitableNode
Accept the walker per visitation- Specified by:
accept
in interfaceSqmVisitableNode
-
treatAs
Description copied from interface:JpaPath
Support for JPA's explicit (TREAT) down-casting.- Specified by:
treatAs
in interfaceJpaEntityJoin<L,
R> - Specified by:
treatAs
in interfaceJpaFrom<L,
R> - Specified by:
treatAs
in interfaceJpaJoin<L,
R> - Specified by:
treatAs
in interfaceJpaPath<L>
- Specified by:
treatAs
in interfaceSqmFrom<L,
R> - Specified by:
treatAs
in interfaceSqmJoin<L,
R> - Specified by:
treatAs
in interfaceSqmPath<L>
- Overrides:
treatAs
in classAbstractSqmJoin<L,
R>
-
treatAs
Description copied from interface:JpaPath
Support for JPA's explicit (TREAT) down-casting.- Specified by:
treatAs
in interfaceJpaEntityJoin<L,
R> - Specified by:
treatAs
in interfaceJpaFrom<L,
R> - Specified by:
treatAs
in interfaceJpaJoin<L,
R> - Specified by:
treatAs
in interfaceJpaPath<L>
- Specified by:
treatAs
in interfaceSqmFrom<L,
R> - Specified by:
treatAs
in interfaceSqmJoin<L,
R> - Specified by:
treatAs
in interfaceSqmPath<L>
- Overrides:
treatAs
in classAbstractSqmJoin<L,
R>
-
treatAs
-
treatAs
public <S extends R> SqmTreatedEntityJoin<L,R, treatAsS> (EntityDomainType<S> treatTarget, String alias) -
treatAs
-
treatAs
public <S extends R> SqmTreatedEntityJoin<L,R, treatAsS> (EntityDomainType<S> treatTarget, String alias, boolean fetched) -
getAttribute
- Specified by:
getAttribute
in interfaceJoin<L,
R> - Specified by:
getAttribute
in interfaceJpaJoin<L,
R>
-
createCorrelation
- Specified by:
createCorrelation
in interfaceSqmSingularValuedJoin<L,
R> - Specified by:
createCorrelation
in classAbstractSqmFrom<L,
R>
-
makeCopy
-