Uses of Interface
org.hibernate.query.criteria.JpaJoin
-
Packages that use JpaJoin Package Description org.hibernate.query.criteria Hibernate's support for JPA criteria queries.org.hibernate.query.sqm.tree.domain org.hibernate.query.sqm.tree.from -
-
Uses of JpaJoin in org.hibernate.query.criteria
Subinterfaces of JpaJoin in org.hibernate.query.criteria Modifier and Type Interface Description interfaceJpaCollectionJoin<O,T>Specialization ofJpaJoinforCollectiontyped attribute joinsinterfaceJpaListJoin<O,T>interfaceJpaMapJoin<O,K,V>interfaceJpaPluralJoin<O,C,E>interfaceJpaSetJoin<O,T>Methods in org.hibernate.query.criteria that return JpaJoin Modifier and Type Method Description JpaJoin<O,T>JpaFetch. on(JpaExpression<Boolean> restriction)Add a restriction to the fetch.JpaJoin<O,T>JpaFetch. on(JpaPredicate... restrictions)Add a restriction to the fetch.JpaJoin<O,T>JpaJoin. on(jakarta.persistence.criteria.Expression<Boolean> restriction)JpaJoin<O,T>JpaJoin. on(jakarta.persistence.criteria.Predicate... restrictions)JpaJoin<O,T>JpaJoin. on(JpaExpression<Boolean> restriction)JpaJoin<O,T>JpaJoin. on(JpaPredicate... restrictions)<X,T,V extends T>
JpaJoin<X,V>HibernateCriteriaBuilder. treat(jakarta.persistence.criteria.Join<X,T> join, Class<V> type)<S extends T>
JpaJoin<O,S>JpaJoin. treatAs(Class<S> treatAsType)<S extends T>
JpaJoin<O,S>JpaJoin. treatAs(EntityDomainType<S> treatAsType) -
Uses of JpaJoin in org.hibernate.query.sqm.tree.domain
Classes in org.hibernate.query.sqm.tree.domain that implement JpaJoin Modifier and Type Class Description classAbstractSqmAttributeJoin<O,T>Models a join based on a mapped attribute reference.classAbstractSqmPluralJoin<O,C,E>classSqmBagJoin<O,E>classSqmCorrelatedBagJoin<O,T>classSqmCorrelatedListJoin<O,T>classSqmCorrelatedMapJoin<O,K,V>classSqmCorrelatedSetJoin<O,T>classSqmCorrelatedSingularJoin<O,T>classSqmListJoin<O,E>classSqmMapJoin<O,K,V>classSqmSetJoin<O,E>classSqmSingularJoin<O,T>classSqmTreatedBagJoin<O,T,S extends T>classSqmTreatedListJoin<O,T,S extends T>classSqmTreatedMapJoin<O,K,V,S extends V>classSqmTreatedSetJoin<O,T,S extends T>classSqmTreatedSingularJoin<O,T,S extends T> -
Uses of JpaJoin in org.hibernate.query.sqm.tree.from
Subinterfaces of JpaJoin in org.hibernate.query.sqm.tree.from Modifier and Type Interface Description interfaceSqmAttributeJoin<O,T>Models a join based on a mapped attribute reference.
-