Uses of Interface
jakarta.persistence.criteria.FetchParent
Packages that use FetchParent
-
Uses of FetchParent in jakarta.persistence.criteria
Subinterfaces of FetchParent in jakarta.persistence.criteriaModifier and TypeInterfaceDescriptioninterface
CollectionJoin<Z,
E> TheCollectionJoin
interface is the type of the result of joining to a collection over an association or element collection that has been specified as aCollection
.interface
Fetch<Z,
X> Represents a join-fetched association or attribute.interface
From<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.interface
Join<Z,
X> A join to an entity, embeddable, or basic type.interface
ListJoin<Z,
E> TheListJoin
interface is the type of the result of joining to a collection over an association or element collection that has been specified as aList
.interface
MapJoin<Z,
K, V> TheMapJoin
interface is the type of the result of joining to a collection over an association or element collection that has been specified as aMap
.interface
PluralJoin<Z,
C, E> ThePluralJoin
interface defines functionality that is common to joins to all collection types.interface
Root<X>
A root type in the from clause.interface
SetJoin<Z,
E> TheSetJoin
interface is the type of the result of joining to a collection over an association or element collection that has been specified as aSet
.Methods in jakarta.persistence.criteria that return FetchParentModifier and TypeMethodDescriptionFetchParent
<?, Z> Fetch.getParent()
Return the parent of the fetched item.