Uses of Interface
org.hibernate.query.criteria.JpaMapJoin
Packages that use JpaMapJoin
Package
Description
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
SPI for extending
HibernateCriteriaBuilder
with additional functionality by registering a Service
.Nodes representing path expressions in the SQM tree.
-
Uses of JpaMapJoin in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return JpaMapJoinModifier and TypeMethodDescription<X,
K, V> JpaMapJoin<X, K, V> <K,
V> JpaMapJoin<T, K, V> JpaFrom.join
(MapAttribute<? super T, K, V> map) <K,
V> JpaMapJoin<T, K, V> JpaFrom.join
(MapAttribute<? super T, K, V> map, JoinType jt) <X,
K, V> JpaMapJoin<X, K, V> <X,
K, V> JpaMapJoin<X, K, V> JpaMapJoin<O,
K, V> JpaMapJoin.on
(Expression<Boolean> restriction) JpaMapJoin<O,
K, V> JpaMapJoin<O,
K, V> JpaMapJoin.on
(JpaExpression<Boolean> restriction) JpaMapJoin<O,
K, V> JpaMapJoin.on
(JpaPredicate... restrictions) <X,
K, T, V extends T>
JpaMapJoin<X,K, V> -
Uses of JpaMapJoin in org.hibernate.query.criteria.spi
Methods in org.hibernate.query.criteria.spi that return JpaMapJoin -
Uses of JpaMapJoin in org.hibernate.query.sqm.tree.domain
Classes in org.hibernate.query.sqm.tree.domain that implement JpaMapJoinModifier and TypeClassDescriptionclass
SqmCorrelatedMapJoin<L,
K, V> class
SqmMapJoin<L,
K, V> class
SqmTreatedMapJoin<L,
K, V, S extends V>