Class SqmCorrelatedBagJoin<O,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<O,T>
org.hibernate.query.sqm.tree.domain.AbstractSqmJoin<O,T>
org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin<O,T>
org.hibernate.query.sqm.tree.domain.AbstractSqmPluralJoin<O, Collection<T>, T>
org.hibernate.query.sqm.tree.domain.SqmBagJoin<O,T>
org.hibernate.query.sqm.tree.domain.SqmCorrelatedBagJoin<O,T>
- All Implemented Interfaces:
CollectionJoin<O,T>, Expression<T>, Fetch<O, T>, FetchParent<O, T>, From<O, T>, Join<O, T>, Path<T>, PluralJoin<O, Collection<T>, T>, Selection<T>, TupleElement<T>, Serializable, JpaCollectionJoin<O, T>, JpaCriteriaNode, JpaExpression<T>, JpaFetch<O, T>, JpaFetchParent<O, T>, JpaFrom<O, T>, JpaJoin<O, T>, JpaPath<T>, JpaPluralJoin<O, Collection<T>, T>, JpaSelection<T>, JpaTupleElement<T>, SemanticPathPart, SqmCorrelatedJoin<O, T>, SqmCorrelation<O, T>, SqmPath<T>, SqmPathWrapper<T, T>, SqmExpression<T>, SqmAttributeJoin<O, T>, SqmFrom<O, T>, SqmJoin<O, T>, SqmSelectableNode<T>, SqmCacheable, SqmExpressibleAccessor<T>, SqmNode, SqmTypedNode<T>, SqmVisitableNode
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<X> Xaccept(SemanticQueryWalker<X> walker) Accept the walker per visitationcopy(SqmCopyContext context) booleandeepEquals(SqmFrom<?, ?> other) SqmBagJoin<O, T> Access the wrapped SqmPath.booleanbooleanisDeepCompatible(SqmFrom<?, ?> other) Methods inherited from class SqmBagJoin
createCorrelation, getAttribute, getModel, on, on, on, on, treatAs, treatAs, treatAs, treatAs, treatAs, treatAsMethods inherited from class AbstractSqmAttributeJoin
alias, clearFetched, getJoinType, getLhs, getNodeJavaType, getParent, isFetched, isImplicitJoinMethods inherited from class AbstractSqmJoin
applyRestriction, copyTo, getJoinPredicate, getOn, getSqmJoinType, join, join, setJoinPredicateMethods inherited from class AbstractSqmFrom
addSqmJoin, addTreat, appendHqlString, copyTo, crossJoin, crossJoin, fetch, fetch, fetch, fetch, fetch, fetch, findTreat, getExplicitAlias, getFetches, getJoins, getNumberOfJoins, getParentPath, getSqmJoins, getSqmTreats, hasImplicitlySelectableJoin, hasJoins, id, 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, getNavigablePath, getNavigablePathCopy, getNodeType, getReferencedPathSource, getResolvedModel, 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 Join
getJoinType, getParentMethods 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 SqmAttributeJoin
getJavaTypeDescriptor, getJoinPredicate, getReferencedPathSource, isImplicitlySelectable, setJoinPredicateMethods inherited from interface SqmCacheable
cacheHashCode, isCompatibleMethods inherited from interface SqmCorrelation
findRootMethods 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, getNumberOfJoins, getSqmJoins, getSqmTreats, hasImplicitlySelectableJoin, hasJoins, hasTreats, join, join, resolveAlias, visitSqmJoinsMethods inherited from interface SqmJoin
crossJoin, crossJoin, 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, joinSetMethods inherited from interface SqmNode
asLoggableText, nodeBuilderMethods inherited from interface SqmPath
applyInferableType, get, get, get, get, get, getExplicitAlias, 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
-
SqmCorrelatedBagJoin
-
-
Method Details
-
copy
- Specified by:
copyin interfaceSqmAttributeJoin<O,T> - Specified by:
copyin interfaceSqmExpression<O>- Specified by:
copyin interfaceSqmFrom<O,T> - Specified by:
copyin interfaceSqmJoin<O,T> - Specified by:
copyin interfaceSqmNode- Specified by:
copyin interfaceSqmPath<O>- Specified by:
copyin interfaceSqmSelectableNode<O>- Specified by:
copyin interfaceSqmTypedNode<O>- Overrides:
copyin classSqmBagJoin<O,T>
-
accept
Description copied from interface:SqmVisitableNodeAccept the walker per visitation- Specified by:
acceptin interfaceSqmVisitableNode- Overrides:
acceptin classSqmBagJoin<O,T>
-
getCorrelationParent
- Specified by:
getCorrelationParentin interfaceFrom<O,T> - Specified by:
getCorrelationParentin interfaceJpaFrom<O,T> - Specified by:
getCorrelationParentin interfaceSqmFrom<O,T> - Overrides:
getCorrelationParentin classAbstractSqmFrom<O,T>
-
getWrappedPath
Description copied from interface:SqmPathWrapperAccess the wrapped SqmPath.- Specified by:
getWrappedPathin interfaceSqmPathWrapper<O,T>
-
deepEquals
- Specified by:
deepEqualsin interfaceSqmFrom<O,T> - Overrides:
deepEqualsin classAbstractSqmAttributeJoin<O,T>
-
isDeepCompatible
- Specified by:
isDeepCompatiblein interfaceSqmFrom<O,T> - Overrides:
isDeepCompatiblein classAbstractSqmAttributeJoin<O,T>
-