Uses of Interface
jakarta.persistence.criteria.Fetch
Packages that use Fetch
-
Uses of Fetch in jakarta.persistence.criteria
Methods in jakarta.persistence.criteria that return FetchModifier and TypeMethodDescriptionFetchParent.fetch
(PluralAttribute<? super X, ?, Y> attribute) Create a fetch join to the specified collection-valued attribute using an inner join.FetchParent.fetch
(PluralAttribute<? super X, ?, Y> attribute, JoinType jt) Create a fetch join to the specified collection-valued attribute using the given join type.FetchParent.fetch
(SingularAttribute<? super X, Y> attribute) Create a fetch join to the specified single-valued attribute using an inner join.FetchParent.fetch
(SingularAttribute<? super X, Y> attribute, JoinType jt) Create a fetch join to the specified single-valued attribute using the given join type.<X,
Y> Fetch <X, Y> Create a fetch join to the specified attribute using an inner join.<X,
Y> Fetch <X, Y> Create a fetch join to the specified attribute using the given join type.Methods in jakarta.persistence.criteria that return types with arguments of type FetchModifier and TypeMethodDescriptionFetchParent.getFetches()
Return the fetch joins that have been made from this type.