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 class
AbstractSqmAttributeJoin<O,T>
Models a join based on a mapped attribute reference.class
AbstractSqmPluralJoin<O,C,E>
class
SqmBagJoin<O,E>
class
SqmCorrelatedBagJoin<O,T>
class
SqmCorrelatedListJoin<O,T>
class
SqmCorrelatedMapJoin<O,K,V>
class
SqmCorrelatedSetJoin<O,T>
class
SqmCorrelatedSingularJoin<O,T>
class
SqmListJoin<O,E>
class
SqmMapJoin<O,K,V>
class
SqmSetJoin<O,E>
class
SqmSingularJoin<O,T>
class
SqmTreatedBagJoin<O,T,S extends T>
class
SqmTreatedListJoin<O,T,S extends T>
class
SqmTreatedMapJoin<O,K,V,S extends V>
class
SqmTreatedSetJoin<O,T,S extends T>
class
SqmTreatedSingularJoin<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 interface
SqmAttributeJoin<O,T>
Models a join based on a mapped attribute reference.
-