Uses of Interface
org.hibernate.query.criteria.JpaFetch
-
Packages that use JpaFetch Package Description org.hibernate.query.criteria The JPA-standard criteria query API defines all the operations needed express any query written in standard JPQL.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 JpaFetch in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return JpaFetch Modifier and Type Method Description <Y> JpaFetch<T,Y>JpaFetch. fetch(PluralAttribute<? super T,?,Y> attribute)<Y> JpaFetch<T,Y>JpaFetch. fetch(PluralAttribute<? super T,?,Y> attribute, JoinType jt)<Y> JpaFetch<T,Y>JpaFetch. fetch(SingularAttribute<? super T,Y> attribute)<Y> JpaFetch<T,Y>JpaFetch. fetch(SingularAttribute<? super T,Y> attribute, JoinType jt)<X,Y>
JpaFetch<X,Y>JpaFetch. fetch(String attributeName)<X,Y>
JpaFetch<X,Y>JpaFetch. fetch(String attributeName, JoinType jt)<Y> JpaFetch<T,Y>JpaFetchParent. fetch(PluralAttribute<? super T,?,Y> attribute)<Y> JpaFetch<T,Y>JpaFetchParent. fetch(PluralAttribute<? super T,?,Y> attribute, JoinType jt)<Y> JpaFetch<T,Y>JpaFetchParent. fetch(SingularAttribute<? super T,Y> attribute)<Y> JpaFetch<T,Y>JpaFetchParent. fetch(SingularAttribute<? super T,Y> attribute, JoinType jt)<X,Y>
JpaFetch<X,Y>JpaFetchParent. fetch(String attributeName)<X,Y>
JpaFetch<X,Y>JpaFetchParent. fetch(String attributeName, JoinType jt) -
Uses of JpaFetch in org.hibernate.query.sqm.tree.domain
Classes in org.hibernate.query.sqm.tree.domain that implement JpaFetch 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 JpaFetch in org.hibernate.query.sqm.tree.from
Subinterfaces of JpaFetch in org.hibernate.query.sqm.tree.from Modifier and Type Interface Description interfaceSqmAttributeJoin<O,T>Models a join based on a mapped attribute reference.
-