Uses of Interface
org.hibernate.query.criteria.JpaFetchParent
-
Packages that use JpaFetchParent 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 JpaFetchParent in org.hibernate.query.criteria
Subinterfaces of JpaFetchParent in org.hibernate.query.criteria Modifier and Type Interface Description interface
JpaCollectionJoin<O,T>
Specialization ofJpaJoin
forCollection
typed attribute joinsinterface
JpaCrossJoin<T>
interface
JpaDerivedFrom<T>
interface
JpaDerivedJoin<T>
interface
JpaDerivedRoot<T>
interface
JpaEntityJoin<T>
interface
JpaFetch<O,T>
interface
JpaFrom<O,T>
API extension to the JPAFrom
contractinterface
JpaJoin<O,T>
interface
JpaJoinedFrom<O,T>
Exists within the hierarchy mainly to support "entity joins".interface
JpaListJoin<O,T>
interface
JpaMapJoin<O,K,V>
interface
JpaPluralJoin<O,C,E>
interface
JpaRoot<T>
interface
JpaSetJoin<O,T>
-
Uses of JpaFetchParent in org.hibernate.query.sqm.tree.domain
Subinterfaces of JpaFetchParent in org.hibernate.query.sqm.tree.domain Modifier and Type Interface Description interface
SqmCorrelation<O,T>
Specialization ofSqmFrom
for sub-query correlationsClasses in org.hibernate.query.sqm.tree.domain that implement JpaFetchParent Modifier and Type Class Description class
AbstractSqmAttributeJoin<O,T>
Models a join based on a mapped attribute reference.class
AbstractSqmFrom<O,T>
Convenience base class for SqmFrom implementationsclass
AbstractSqmJoin<O,T>
class
AbstractSqmPluralJoin<O,C,E>
class
AbstractSqmQualifiedJoin<O,T>
class
SqmBagJoin<O,E>
class
SqmCorrelatedBagJoin<O,T>
class
SqmCorrelatedCrossJoin<T>
class
SqmCorrelatedEntityJoin<T>
class
SqmCorrelatedListJoin<O,T>
class
SqmCorrelatedMapJoin<O,K,V>
class
SqmCorrelatedPluralPartJoin<O,T>
class
SqmCorrelatedRoot<T>
class
SqmCorrelatedRootJoin<T>
class
SqmCorrelatedSetJoin<O,T>
class
SqmCorrelatedSingularJoin<O,T>
class
SqmCteRoot<T>
class
SqmDerivedRoot<T>
class
SqmListJoin<O,E>
class
SqmMapJoin<O,K,V>
class
SqmPluralPartJoin<O,T>
class
SqmSetJoin<O,E>
class
SqmSingularJoin<O,T>
class
SqmTreatedBagJoin<O,T,S extends T>
class
SqmTreatedCrossJoin<T,S extends T>
class
SqmTreatedEntityJoin<T,S extends T>
class
SqmTreatedListJoin<O,T,S extends T>
class
SqmTreatedMapJoin<O,K,V,S extends V>
class
SqmTreatedPluralPartJoin<O,T,S extends T>
class
SqmTreatedRoot<T,S extends T>
class
SqmTreatedSetJoin<O,T,S extends T>
class
SqmTreatedSingularJoin<O,T,S extends T>
-
Uses of JpaFetchParent in org.hibernate.query.sqm.tree.from
Subinterfaces of JpaFetchParent 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.interface
SqmFrom<O,T>
Models a Bindable's inclusion in theFROM
clause.interface
SqmJoin<O,T>
interface
SqmQualifiedJoin<O,T>
Common contract for qualified/restricted/predicated joins.Classes in org.hibernate.query.sqm.tree.from that implement JpaFetchParent Modifier and Type Class Description class
SqmCrossJoin<T>
class
SqmCteJoin<T>
class
SqmDerivedJoin<T>
class
SqmEntityJoin<T>
class
SqmRoot<E>
-