Uses of Interface
org.hibernate.query.criteria.JpaFetch
-
Packages that use JpaFetch 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 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(jakarta.persistence.metamodel.PluralAttribute<? super T,?,Y> attribute)<Y> JpaFetch<T,Y>JpaFetch. fetch(jakarta.persistence.metamodel.PluralAttribute<? super T,?,Y> attribute, jakarta.persistence.criteria.JoinType jt)<Y> JpaFetch<T,Y>JpaFetch. fetch(jakarta.persistence.metamodel.SingularAttribute<? super T,Y> attribute)<Y> JpaFetch<T,Y>JpaFetch. fetch(jakarta.persistence.metamodel.SingularAttribute<? super T,Y> attribute, jakarta.persistence.criteria.JoinType jt)<X,Y>
JpaFetch<X,Y>JpaFetch. fetch(String attributeName)<X,Y>
JpaFetch<X,Y>JpaFetch. fetch(String attributeName, jakarta.persistence.criteria.JoinType jt)<Y> JpaFetch<T,Y>JpaFetchParent. fetch(jakarta.persistence.metamodel.PluralAttribute<? super T,?,Y> attribute)<Y> JpaFetch<T,Y>JpaFetchParent. fetch(jakarta.persistence.metamodel.PluralAttribute<? super T,?,Y> attribute, jakarta.persistence.criteria.JoinType jt)<Y> JpaFetch<T,Y>JpaFetchParent. fetch(jakarta.persistence.metamodel.SingularAttribute<? super T,Y> attribute)<Y> JpaFetch<T,Y>JpaFetchParent. fetch(jakarta.persistence.metamodel.SingularAttribute<? super T,Y> attribute, jakarta.persistence.criteria.JoinType jt)<X,Y>
JpaFetch<X,Y>JpaFetchParent. fetch(String attributeName)<X,Y>
JpaFetch<X,Y>JpaFetchParent. fetch(String attributeName, jakarta.persistence.criteria.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.
-