Uses of Class
org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
Packages that use SqmTreatedMapJoin
Package
Description
Nodes representing path expressions in the SQM tree.
-
Uses of SqmTreatedMapJoin in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain that return SqmTreatedMapJoinModifier and TypeMethodDescriptionSqmTreatedMapJoin.copy
(SqmCopyContext context) SqmTreatedMapJoin.on
(Expression<Boolean> restriction) SqmTreatedMapJoin.on
(JpaExpression<Boolean> restriction) SqmTreatedMapJoin.on
(JpaPredicate... restrictions) <S extends V>
SqmTreatedMapJoin<L,K, V, S> <S extends V>
SqmTreatedMapJoin<L,K, V, S> <S extends V>
SqmTreatedMapJoin<L,K, V, S> <S extends V>
SqmTreatedMapJoin<L,K, V, S> SqmMapJoin.treatAs
(EntityDomainType<S> treatTarget) <S extends V>
SqmTreatedMapJoin<L,K, V, S> SqmMapJoin.treatAs
(EntityDomainType<S> treatTarget, String alias) <S extends V>
SqmTreatedMapJoin<L,K, V, S> SqmMapJoin.treatAs
(EntityDomainType<S> treatTarget, String alias, boolean fetch) <S1 extends S>
SqmTreatedMapJoin<L,K, S, S1> <S1 extends S>
SqmTreatedMapJoin<L,K, S, S1> <S1 extends S>
SqmTreatedMapJoin<L,K, S, S1> SqmTreatedMapJoin.treatAs
(EntityDomainType<S1> treatTarget) <S1 extends S>
SqmTreatedMapJoin<L,K, S, S1> SqmTreatedMapJoin.treatAs
(EntityDomainType<S1> treatTarget, String alias)