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