Uses of Interface
org.hibernate.query.criteria.JpaJoin
-
Packages that use JpaJoin Package Description org.hibernate.query.criteria Support for JPA criteria queries.org.hibernate.query.criteria.spi SPI for extendingHibernateCriteriaBuilderwith additional functionality by registering aService.org.hibernate.query.sqm.tree.domain Nodes representing path expressions in the SQM tree.org.hibernate.query.sqm.tree.from Nodes representing root entities and joins in the SQM tree. -
-
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 <X,Y>
JpaJoin<X,Y>JpaSubQuery. correlate(Join<X,Y> parentJoin)<Y> JpaJoin<T,Y>JpaFrom. join(SingularAttribute<? super T,Y> attribute)<Y> JpaJoin<T,Y>JpaFrom. join(SingularAttribute<? super T,Y> attribute, JoinType jt)<X,Y>
JpaJoin<X,Y>JpaFrom. join(String attributeName)<X,Y>
JpaJoin<X,Y>JpaFrom. join(String attributeName, JoinType jt)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(Expression<Boolean> restriction)JpaJoin<O,T>JpaJoin. on(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(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.criteria.spi
Methods in org.hibernate.query.criteria.spi that return JpaJoin Modifier and Type Method Description <X,T,V extends T>
JpaJoin<X,V>HibernateCriteriaBuilderDelegate. treat(Join<X,T> join, Class<V> type) -
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.
-