Class SqmCrossJoin<L,T>
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,T>
org.hibernate.query.sqm.tree.from.SqmCrossJoin<L,T>
- All Implemented Interfaces:
Expression<T>, FetchParent<L,T>, From<L, T>, Join<L, T>, Path<T>, Selection<T>, TupleElement<T>, Serializable, JpaCriteriaNode, JpaCrossJoin<L, T>, JpaExpression<T>, JpaFetchParent<L, T>, JpaFrom<L, T>, JpaJoin<L, T>, JpaPath<T>, JpaSelection<T>, JpaTupleElement<T>, SemanticPathPart, SqmPath<T>, SqmExpression<T>, SqmFrom<L, T>, SqmJoin<L, T>, SqmSelectableNode<T>, SqmCacheable, SqmExpressibleAccessor<T>, SqmNode, SqmTypedNode<T>, SqmVisitableNode
- Direct Known Subclasses:
SqmCorrelatedCrossJoin, SqmTreatedCrossJoin
public class SqmCrossJoin<L,T>
extends AbstractSqmFrom<L,T>
implements JpaCrossJoin<L,T>, SqmJoin<L,T>
Stuff and things
- See Also:
- Implementation Note:
- IMPL NOTE
-
Field Summary
-
Constructor Summary
ConstructorsModifierConstructorDescriptionSqmCrossJoin(SqmEntityDomainType<T> joinedEntityDescriptor, String alias, SqmRoot<L> sqmRoot) protectedSqmCrossJoin(NavigablePath navigablePath, SqmEntityDomainType<T> joinedEntityDescriptor, String alias, SqmRoot<L> sqmRoot) -
Method Summary
Modifier and TypeMethodDescription<X> Xaccept(SemanticQueryWalker<X> walker) Accept the walker per visitationcopy(SqmCopyContext context) SqmRoot<?> findRoot()PersistentAttribute<? super L, ?> Obtain the join predicategetLhs()Get the left-hand side of this path - may be null, indicating a root, cross-join or entity-joinThe path source that this path refers to (and that most likely created it).getRoot()The type of join - inner, cross, etcbooleanWhen applicable, whether this join should be included in an implicit select clausemakeCopy(SqmCreationProcessingState creationProcessingState) on(BooleanExpression... restrictions) voidsetJoinPredicate(SqmPredicate predicate) Inject the join predicate<S extends T>
SqmTreatedCrossJoin<L, T, S> Support for JPA's explicit (TREAT) down-casting.<S extends T>
SqmTreatedCrossJoin<L, T, S> <S extends T>
SqmTreatedCrossJoin<L, T, S> <S extends T>
SqmTreatedCrossJoin<L, T, S> treatAs(EntityDomainType<S> treatAsType) Support for JPA's explicit (TREAT) down-casting.<S extends T>
SqmTreatedCrossJoin<L, T, S> treatAs(EntityDomainType<S> treatTarget, String alias) <S extends T>
SqmTreatedCrossJoin<L, T, S> treatAs(EntityDomainType<S> treatTarget, String alias, boolean fetch) Methods inherited from class AbstractSqmFrom
addSqmJoin, addTreat, alias, appendHqlString, copyTo, crossJoin, crossJoin, deepEquals, fetch, fetch, fetch, fetch, fetch, fetch, findTreat, getCorrelationParent, getExplicitAlias, getFetches, getJoinList, 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, join, join, join, join, joinArray, joinArray, joinArray, joinArray, joinArrayCollection, joinArrayCollection, joinArrayCollection, joinArrayCollection, joinCollection, joinCollection, joinLateral, 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, get, get, get, get, get, getExpressible, getJavaTypeDescriptor, getModel, getNavigablePath, getNavigablePathCopy, getNodeJavaType, getNodeType, getResolvedModel, getReusablePath, getReusablePaths, getTreatedPath, hashCode, isCompatible, registerReusablePath, resolvePath, resolvePath, toString, type, visitReusablePathsMethods inherited from class AbstractSqmExpression
applyInferableType, as, cast, coalesce, coalesce, count, countDistinct, equalTo, equalTo, in, in, in, in, in, internalApplyInferableType, isMember, isNotMember, isNotNull, isNull, nodeBuilder, notEqualTo, notEqualTo, nullif, nullif, selectCase, selectCaseMethods inherited from class AbstractJpaSelection
getSelectionItems, isCompoundSelectionMethods inherited from class AbstractJpaTupleElement
copyTo, getAlias, setAlias, setExpressibleTypeMethods inherited from interface From
getJoinList, getJoins, isCorrelatedMethods inherited from interface JpaExpression
coalesce, coalesce, count, countDistinct, in, isMember, isNotMember, nullif, nullif, selectCase, selectCaseMethods 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 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, joinCollection, joinCollection, joinLateral, joinList, joinList, joinMap, joinMap, joinSet, joinSet, on, on, on, onMethods inherited from interface SqmNode
asLoggableText, nodeBuilderMethods inherited from interface SqmPath
applyInferableType, get, get, get, get, get, getExplicitAlias, getJavaTypeDescriptor, getNavigablePath, getNodeType, getResolvedModel, getReusablePath, getReusablePaths, registerReusablePath, resolveIndexedAccess, resolvePathPart, setExplicitAlias, type, visitReusablePathsMethods inherited from interface SqmSelectableNode
getTupleLengthMethods inherited from interface SqmTypedNode
getExpressible, getNodeJavaTypeMethods inherited from interface SqmVisitableNode
appendHqlString, toHqlStringMethods inherited from interface TupleElement
getAlias
-
Constructor Details
-
SqmCrossJoin
-
-
Method Details
-
isImplicitlySelectable
public boolean isImplicitlySelectable()Description copied from interface:SqmJoinWhen applicable, whether this join should be included in an implicit select clause- Specified by:
isImplicitlySelectablein interfaceSqmJoin<L,T>
-
getJoinType
-
getSqmJoinType
Description copied from interface:SqmJoinThe type of join - inner, cross, etc- Specified by:
getSqmJoinTypein interfaceSqmJoin<L,T>
-
copy
- Specified by:
copyin interfaceSqmExpression<L>- Specified by:
copyin interfaceSqmFrom<L,T> - Specified by:
copyin interfaceSqmJoin<L,T> - Specified by:
copyin interfaceSqmNode- Specified by:
copyin interfaceSqmPath<L>- Specified by:
copyin interfaceSqmSelectableNode<L>- Specified by:
copyin interfaceSqmTypedNode<L>
-
getRoot
-
getLhs
Description copied from interface:SqmPathGet the left-hand side of this path - may be null, indicating a root, cross-join or entity-join -
getReferencedPathSource
Description copied from interface:SqmPathThe path source that this path refers to (and that most likely created it).- Specified by:
getReferencedPathSourcein interfaceSqmFrom<L,T> - Specified by:
getReferencedPathSourcein interfaceSqmPath<L>- Overrides:
getReferencedPathSourcein classAbstractSqmPath<T>- Returns:
- See Also:
-
getEntityName
-
accept
Description copied from interface:SqmVisitableNodeAccept the walker per visitation- Specified by:
acceptin interfaceSqmVisitableNode
-
findRoot
-
createCorrelation
- Specified by:
createCorrelationin classAbstractSqmFrom<L,T>
-
makeCopy
-
getAttribute
- Specified by:
getAttributein interfaceJoin<L,T> - Specified by:
getAttributein interfaceJpaJoin<L,T>
-
getJoinPredicate
Description copied from interface:SqmJoinObtain the join predicate- Specified by:
getJoinPredicatein interfaceSqmJoin<L,T> - Returns:
- The join predicate
-
setJoinPredicate
Description copied from interface:SqmJoinInject the join predicate- Specified by:
setJoinPredicatein interfaceSqmJoin<L,T> - Parameters:
predicate- The join predicate
-
on
-
getParent
-
treatAs
-
treatAs
@Nonnull public <S extends T> SqmTreatedCrossJoin<L,T, treatAsS> (@Nonnull EntityDomainType<S> treatTarget, @Nullable String alias) -
treatAs
-
treatAs
@Nonnull public <S extends T> SqmTreatedCrossJoin<L,T, treatAsS> (@Nonnull EntityDomainType<S> treatTarget, @Nullable String alias, boolean fetch) -
treatAs
Description copied from interface:JpaPathSupport for JPA's explicit (TREAT) down-casting.- Specified by:
treatAsin interfaceJpaFrom<L,T> - Specified by:
treatAsin interfaceJpaJoin<L,T> - Specified by:
treatAsin interfaceJpaPath<L>- Specified by:
treatAsin interfaceSqmFrom<L,T> - Specified by:
treatAsin interfaceSqmJoin<L,T> - Specified by:
treatAsin interfaceSqmPath<L>- Overrides:
treatAsin classAbstractSqmFrom<L,T>
-
treatAs
@Nonnull public <S extends T> SqmTreatedCrossJoin<L,T, treatAsS> (@Nonnull EntityDomainType<S> treatAsType) Description copied from interface:JpaPathSupport for JPA's explicit (TREAT) down-casting.- Specified by:
treatAsin interfaceJpaFrom<L,T> - Specified by:
treatAsin interfaceJpaJoin<L,T> - Specified by:
treatAsin interfaceJpaPath<L>- Specified by:
treatAsin interfaceSqmFrom<L,T> - Specified by:
treatAsin interfaceSqmJoin<L,T> - Specified by:
treatAsin interfaceSqmPath<L>- Overrides:
treatAsin classAbstractSqmFrom<L,T>
-