Uses of Interface
org.hibernate.query.criteria.JpaListJoin
Packages that use JpaListJoin
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 JpaListJoin in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return JpaListJoinModifier and TypeMethodDescription<X,
Y> JpaListJoin<X, Y> <Y> JpaListJoin<T,
Y> JpaFrom.join
(ListAttribute<? super T, Y> list) <Y> JpaListJoin<T,
Y> JpaFrom.join
(ListAttribute<? super T, Y> list, JoinType jt) <X,
Y> JpaListJoin<X, Y> <X,
Y> JpaListJoin<X, Y> JpaListJoin.on
(Expression<Boolean> restriction) JpaListJoin.on
(JpaExpression<Boolean> restriction) JpaListJoin.on
(JpaPredicate... restrictions) <X,
T, E extends T>
JpaListJoin<X,E> -
Uses of JpaListJoin in org.hibernate.query.criteria.spi
Methods in org.hibernate.query.criteria.spi that return JpaListJoin -
Uses of JpaListJoin in org.hibernate.query.sqm.tree.domain
Classes in org.hibernate.query.sqm.tree.domain that implement JpaListJoinModifier and TypeClassDescriptionclass
class
SqmListJoin<O,
E> class
SqmTreatedListJoin<O,
T, S extends T>