Uses of Class
org.hibernate.engine.profile.Fetch
-
Packages that use Fetch Package Description org.hibernate.engine.profile Models the fetch profiles defined by the application. -
-
Uses of Fetch in org.hibernate.engine.profile
Methods in org.hibernate.engine.profile that return Fetch Modifier and Type Method Description @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 Fetch Modifier and Type Method Description Map<String,Fetch>
DefaultFetchProfile. getFetches()
Map<String,Fetch>
FetchProfile. getFetches()
A map ofFetch
instances, keyed by association roleMethods in org.hibernate.engine.profile with parameters of type Fetch Modifier and Type Method Description void
FetchProfile. addFetch(Fetch fetch)
Add a fetch override to the profile.
-