Uses of Class
org.hibernate.query.sqm.tree.domain.SqmMapJoin
Packages that use SqmMapJoin
Package
Description
This package defines a semantic model of HQL queries.
Package for the SQM-backed Query implementation details
Nodes representing path expressions in the SQM tree.
Nodes representing root entities and joins in the SQM tree.
-
Uses of SqmMapJoin in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return SqmMapJoinMethods in org.hibernate.query.sqm with parameters of type SqmMapJoinModifier and TypeMethodDescriptiondefault T
SemanticQueryWalker.visitMapJoin
(SqmMapJoin<?, ?, ?> join) -
Uses of SqmMapJoin in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return SqmMapJoin -
Uses of SqmMapJoin in org.hibernate.query.sqm.tree.domain
Subclasses of SqmMapJoin in org.hibernate.query.sqm.tree.domainModifier and TypeClassDescriptionclass
SqmCorrelatedMapJoin<L,
K, V> class
SqmTreatedMapJoin<L,
K, V, S extends V> Methods in org.hibernate.query.sqm.tree.domain that return SqmMapJoinModifier and TypeMethodDescriptionSqmMapJoin<L,
K, V> SqmMapJoin.copy
(SqmCopyContext context) SqmMapJoin<L,
K, V> SqmCorrelatedMapJoin.getCorrelationParent()
SqmMapJoin<L,
K, V> SqmTreatedMapJoin.getWrappedPath()
<K,
V> SqmMapJoin<T, K, V> AbstractSqmFrom.join
(MapAttribute<? super T, K, V> attribute) <K,
V> SqmMapJoin<T, K, V> AbstractSqmFrom.join
(MapAttribute<? super T, K, V> attribute, JoinType jt) <X,
K, V> SqmMapJoin<X, K, V> <X,
K, V> SqmMapJoin<X, K, V> SqmMapJoin<L,
K, V> SqmMapJoin.on
(Expression<Boolean> restriction) SqmMapJoin<L,
K, V> SqmMapJoin<L,
K, V> SqmMapJoin.on
(JpaExpression<Boolean> restriction) SqmMapJoin<L,
K, V> SqmMapJoin.on
(JpaPredicate... restrictions) Constructors in org.hibernate.query.sqm.tree.domain with parameters of type SqmMapJoinModifierConstructorDescriptionSqmCorrelatedMapJoin
(SqmMapJoin<L, K, V> correlationParent) SqmTreatedMapJoin
(SqmMapJoin<L, K, V> wrappedPath, TreatableDomainType<S> treatTarget, String alias) SqmTreatedMapJoin
(SqmMapJoin<L, K, V> wrappedPath, TreatableDomainType<S> treatTarget, String alias, boolean fetched) -
Uses of SqmMapJoin in org.hibernate.query.sqm.tree.from
Methods in org.hibernate.query.sqm.tree.from that return SqmMapJoinModifier and TypeMethodDescription<K,
V> SqmMapJoin<R, K, V> SqmFrom.join
(MapAttribute<? super R, K, V> map) <K,
V> SqmMapJoin<R, K, V> SqmFrom.join
(MapAttribute<? super R, K, V> map, JoinType jt) <K,
V> SqmMapJoin<R, K, V> SqmJoin.join
(MapAttribute<? super R, K, V> map) <K,
V> SqmMapJoin<R, K, V> SqmJoin.join
(MapAttribute<? super R, K, V> map, JoinType jt) <X,
K, V> SqmMapJoin<X, K, V> <X,
K, V> SqmMapJoin<X, K, V> <X,
K, V> SqmMapJoin<X, K, V> <X,
K, V> SqmMapJoin<X, K, V>