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 FetchDefaultFetchProfile. getFetchByRole(String role)@Nullable FetchFetchProfile. 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 ofFetchinstances, keyed by association roleMethods in org.hibernate.engine.profile with parameters of type Fetch Modifier and Type Method Description voidFetchProfile. addFetch(Fetch fetch)Add a fetch override to the profile.
-