Uses of Class
org.hibernate.engine.profile.Fetch
Packages that use Fetch
Package
Description
Models the fetch profiles defined by the application.
-
Uses of Fetch in org.hibernate.engine.profile
Methods in org.hibernate.engine.profile that return FetchModifier and TypeMethodDescription@Nullable Fetch
DefaultFetchProfile.getFetchByRole
(String role) @Nullable Fetch
FetchProfile.getFetchByRole
(String role) Obtain the fetch override associated with the given role.Methods in org.hibernate.engine.profile that return types with arguments of type FetchModifier and TypeMethodDescriptionDefaultFetchProfile.getFetches()
FetchProfile.getFetches()
A map ofFetch
instances, keyed by association roleMethods in org.hibernate.engine.profile with parameters of type Fetch