Package org.hibernate.query.criteria
Interface JpaFetchParent<O,T>
- All Superinterfaces:
FetchParent<O,
T>
- All Known Subinterfaces:
JpaCollectionJoin<O,
,T> JpaCrossJoin<T>
,JpaDerivedFrom<T>
,JpaDerivedJoin<T>
,JpaDerivedRoot<T>
,JpaEntityJoin<L,
,R> JpaFetch<O,
,T> JpaFrom<O,
,T> JpaFunctionFrom<O,
,T> JpaFunctionJoin<E>
,JpaFunctionRoot<E>
,JpaJoin<L,
,R> JpaListJoin<O,
,T> JpaMapJoin<O,
,K, V> JpaPluralJoin<O,
,C, E> JpaRoot<T>
,JpaSetJoin<O,
,T> JpaTreatedFrom<L,
,R, R1> JpaTreatedJoin<L,
,R, R1> SqmAttributeJoin<O,
,T> SqmCorrelatedJoin<L,
,R> SqmCorrelatedSingularValuedJoin<L,
,R> SqmCorrelation<L,
,R> SqmFrom<L,
,R> SqmJoin<L,
,R> SqmSingularValuedJoin<L,
,R> SqmTreatedAttributeJoin<L,
,R, R1> SqmTreatedFrom<L,
,R, R1> SqmTreatedJoin<L,
R, R1>
- All Known Implementing Classes:
AbstractSqmAttributeJoin
,AbstractSqmFrom
,AbstractSqmJoin
,AbstractSqmPluralJoin
,SqmBagJoin
,SqmCorrelatedBagJoin
,SqmCorrelatedCrossJoin
,SqmCorrelatedEntityJoin
,SqmCorrelatedListJoin
,SqmCorrelatedMapJoin
,SqmCorrelatedPluralPartJoin
,SqmCorrelatedRoot
,SqmCorrelatedRootJoin
,SqmCorrelatedSetJoin
,SqmCorrelatedSingularJoin
,SqmCrossJoin
,SqmCteJoin
,SqmCteRoot
,SqmDerivedJoin
,SqmDerivedRoot
,SqmEntityJoin
,SqmFunctionJoin
,SqmFunctionRoot
,SqmListJoin
,SqmMapJoin
,SqmPluralPartJoin
,SqmRoot
,SqmSetJoin
,SqmSingularJoin
,SqmTreatedBagJoin
,SqmTreatedCrossJoin
,SqmTreatedEntityJoin
,SqmTreatedListJoin
,SqmTreatedMapJoin
,SqmTreatedPluralPartJoin
,SqmTreatedRoot
,SqmTreatedSetJoin
,SqmTreatedSingularJoin
-
Method Summary
Modifier and TypeMethodDescriptionfetch
(PluralAttribute<? super T, ?, Y> attribute) fetch
(PluralAttribute<? super T, ?, Y> attribute, JoinType jt) fetch
(SingularAttribute<? super T, Y> attribute) fetch
(SingularAttribute<? super T, Y> attribute, JoinType jt) <X,
Y> JpaFetch<X, Y> <X,
Y> JpaFetch<X, Y>
-
Method Details
-
getFetches
- Specified by:
getFetches
in interfaceFetchParent<O,
T>
-
fetch
- Specified by:
fetch
in interfaceFetchParent<O,
T>
-
fetch
- Specified by:
fetch
in interfaceFetchParent<O,
T>
-
fetch
- Specified by:
fetch
in interfaceFetchParent<O,
T>
-
fetch
- Specified by:
fetch
in interfaceFetchParent<O,
T>
-
fetch
- Specified by:
fetch
in interfaceFetchParent<O,
T>
-
fetch
- Specified by:
fetch
in interfaceFetchParent<O,
T>
-