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 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.
-