Uses of Interface
org.hibernate.query.criteria.JpaFetch
Packages that use JpaFetch
Package
Description
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
Nodes representing path expressions in the SQM tree.
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 JpaFetchModifier and TypeMethodDescriptionJpaFetch.fetch
(PluralAttribute<? super T, ?, Y> attribute) JpaFetch.fetch
(PluralAttribute<? super T, ?, Y> attribute, JoinType jt) JpaFetch.fetch
(SingularAttribute<? super T, Y> attribute) JpaFetch.fetch
(SingularAttribute<? super T, Y> attribute, JoinType jt) <X,
Y> JpaFetch<X, Y> <X,
Y> JpaFetch<X, Y> JpaFetchParent.fetch
(PluralAttribute<? super T, ?, Y> attribute) JpaFetchParent.fetch
(PluralAttribute<? super T, ?, Y> attribute, JoinType jt) JpaFetchParent.fetch
(SingularAttribute<? super T, Y> attribute) JpaFetchParent.fetch
(SingularAttribute<? super T, Y> attribute, JoinType jt) <X,
Y> JpaFetch<X, Y> <X,
Y> JpaFetch<X, Y> -
Uses of JpaFetch in org.hibernate.query.sqm.tree.domain
Classes in org.hibernate.query.sqm.tree.domain that implement JpaFetchModifier and TypeClassDescriptionclass
Models a join based on a mapped attribute reference.class
AbstractSqmPluralJoin<L,
C, E> Base support for joins to plural attributesclass
SqmBagJoin<O,
E> class
SqmCorrelatedBagJoin<O,
T> class
class
SqmCorrelatedMapJoin<L,
K, V> class
SqmCorrelatedSetJoin<O,
T> class
class
SqmListJoin<O,
E> class
SqmMapJoin<L,
K, V> class
SqmSetJoin<O,
E> class
SqmSingularJoin<O,
T> class
SqmTreatedBagJoin<L,
R, R1 extends R> class
SqmTreatedListJoin<O,
T, S extends T> class
SqmTreatedMapJoin<L,
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.fromModifier and TypeInterfaceDescriptioninterface
SqmAttributeJoin<O,
T> Models a join based on a mapped attribute reference.interface
SqmTreatedAttributeJoin<L,
R, R1 extends R>