Uses of Interface
org.hibernate.query.criteria.JpaListJoin
-
Packages that use JpaListJoin Package Description org.hibernate.query.criteria Hibernate's support for JPA criteria queries.org.hibernate.query.sqm.tree.domain -
-
Uses of JpaListJoin in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return JpaListJoin Modifier and Type Method Description JpaListJoin<O,T>
JpaListJoin. on(jakarta.persistence.criteria.Expression<Boolean> restriction)
JpaListJoin<O,T>
JpaListJoin. on(jakarta.persistence.criteria.Predicate... restrictions)
JpaListJoin<O,T>
JpaListJoin. on(JpaExpression<Boolean> restriction)
JpaListJoin<O,T>
JpaListJoin. on(JpaPredicate... restrictions)
<X,T,E extends T>
JpaListJoin<X,E>HibernateCriteriaBuilder. treat(jakarta.persistence.criteria.ListJoin<X,T> join, Class<E> type)
<S extends T>
JpaListJoin<O,S>JpaListJoin. treatAs(Class<S> treatAsType)
<S extends T>
JpaListJoin<O,S>JpaListJoin. treatAs(EntityDomainType<S> treatAsType)
-
Uses of JpaListJoin in org.hibernate.query.sqm.tree.domain
Classes in org.hibernate.query.sqm.tree.domain that implement JpaListJoin Modifier and Type Class Description class
SqmCorrelatedListJoin<O,T>
class
SqmListJoin<O,E>
class
SqmTreatedListJoin<O,T,S extends T>
-