Interface JpaFetch<O,T>

All Superinterfaces:
Fetch<O,T>, FetchParent<O,T>, JpaFetchParent<O,T>
All Known Subinterfaces:
SqmAttributeJoin<O,T>
All Known Implementing Classes:
AbstractSqmAttributeJoin, AbstractSqmPluralJoin, SqmBagJoin, SqmCorrelatedBagJoin, SqmCorrelatedListJoin, SqmCorrelatedMapJoin, SqmCorrelatedSetJoin, SqmCorrelatedSingularJoin, SqmListJoin, SqmMapJoin, SqmSetJoin, SqmSingularJoin, SqmTreatedBagJoin, SqmTreatedListJoin, SqmTreatedMapJoin, SqmTreatedSetJoin, SqmTreatedSingularJoin

public interface JpaFetch<O,T> extends JpaFetchParent<O,T>, Fetch<O,T>