Uses of Interface
jakarta.persistence.criteria.FetchParent
Packages that use FetchParent
Package
Description
Jakarta Persistence Criteria API
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 FetchParent in jakarta.persistence.criteria
Subinterfaces of FetchParent in jakarta.persistence.criteriaModifier and TypeInterfaceDescriptioninterfaceCollectionJoin<Z,E> TheCollectionJoininterface is the type of the result of joining to a collection over an association or element collection that has been specified as ajava.util.Collection.interfaceFetch<Z,X> Represents a join-fetched association or attribute.interfaceFrom<Z,X> Represents a bound type, usually an entity that appears in the from clause, but may also be an embeddable belonging to an entity in the from clause.interfaceJoin<Z,X> A join to an entity, embeddable, or basic type.interfaceListJoin<Z,E> TheListJoininterface is the type of the result of joining to a collection over an association or element collection that has been specified as ajava.util.List.interfaceMapJoin<Z,K, V> TheMapJoininterface is the type of the result of joining to a collection over an association or element collection that has been specified as ajava.util.Map.interfacePluralJoin<Z,C, E> ThePluralJoininterface defines functionality that is common to joins to all collection types.interfaceRoot<X>A root type in the from clause.interfaceSetJoin<Z,E> TheSetJoininterface is the type of the result of joining to a collection over an association or element collection that has been specified as ajava.util.Set.Methods in jakarta.persistence.criteria that return FetchParentModifier and TypeMethodDescriptionFetchParent<?,Z> Fetch.getParent()Return the parent of the fetched item. -
Uses of FetchParent in org.hibernate.query.criteria
Subinterfaces of FetchParent in org.hibernate.query.criteriaModifier and TypeInterfaceDescriptioninterfaceJpaCollectionJoin<O,T> Specialization ofJpaJoinforCollectiontyped attribute joinsinterfaceJpaCrossJoin<T>interfaceinterfaceinterfaceinterfaceinterfaceJpaFetch<O,T> interfaceJpaFetchParent<O,T> interfaceJpaFrom<O,T> API extension to the JPAFromcontractinterfaceJpaJoin<O,T> interfaceJpaJoinedFrom<O,T> Exists within the hierarchy mainly to support "entity joins".interfaceJpaListJoin<O,T> interfaceJpaMapJoin<O,K, V> interfaceJpaPluralJoin<O,C, E> interfaceJpaRoot<T>interfaceJpaSetJoin<O,T> -
Uses of FetchParent in org.hibernate.query.sqm.tree.domain
Subinterfaces of FetchParent in org.hibernate.query.sqm.tree.domainModifier and TypeInterfaceDescriptioninterfaceSqmCorrelation<O,T> Specialization ofSqmFromfor sub-query correlationsClasses in org.hibernate.query.sqm.tree.domain that implement FetchParentModifier and TypeClassDescriptionclassModels a join based on a mapped attribute reference.classAbstractSqmFrom<O,T> Convenience base class for SqmFrom implementationsclassAbstractSqmJoin<O,T> classAbstractSqmPluralJoin<O,C, E> classclassSqmBagJoin<O,E> classSqmCorrelatedBagJoin<O,T> classclassclassclassSqmCorrelatedMapJoin<O,K, V> classclassclassclassSqmCorrelatedSetJoin<O,T> classclassSqmCteRoot<T>classclassSqmListJoin<O,E> classSqmMapJoin<O,K, V> classSqmPluralPartJoin<O,T> classSqmSetJoin<O,E> classSqmSingularJoin<O,T> classSqmTreatedBagJoin<O,T, S extends T> classSqmTreatedCrossJoin<T,S extends T> classSqmTreatedEntityJoin<T,S extends T> classSqmTreatedListJoin<O,T, S extends T> classSqmTreatedMapJoin<O,K, V, S extends V> classSqmTreatedPluralPartJoin<O,T, S extends T> classSqmTreatedRoot<T,S extends T> classSqmTreatedSetJoin<O,T, S extends T> classSqmTreatedSingularJoin<O,T, S extends T> -
Uses of FetchParent in org.hibernate.query.sqm.tree.from
Subinterfaces of FetchParent in org.hibernate.query.sqm.tree.fromModifier and TypeInterfaceDescriptioninterfaceSqmAttributeJoin<O,T> Models a join based on a mapped attribute reference.interfaceSqmFrom<O,T> Models a Bindable's inclusion in theFROMclause.interfaceSqmJoin<O,T> interfaceSqmQualifiedJoin<O,T> Common contract for qualified/restricted/predicated joins.Classes in org.hibernate.query.sqm.tree.from that implement FetchParentModifier and TypeClassDescriptionclassSqmCrossJoin<T>classSqmCteJoin<T>classclassclassSqmRoot<E>