Uses of Class
org.hibernate.engine.profile.Fetch.Style
-
Packages that use Fetch.Style Package Description org.hibernate.engine.profile Models the fetch profiles defined by the application. -
-
Uses of Fetch.Style in org.hibernate.engine.profile
Methods in org.hibernate.engine.profile that return Fetch.Style Modifier and Type Method Description static Fetch.StyleFetch.Style. forMethod(FetchMode fetchMode)Deprecated, for removal: This API element is subject to removal in a future version.Fetch.StyleFetch. getStyle()Deprecated, for removal: This API element is subject to removal in a future version.static Fetch.StyleFetch.Style. parse(String name)Deprecated, for removal: This API element is subject to removal in a future version.Parses a style given an externalized string representationstatic Fetch.StyleFetch.Style. valueOf(String name)Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this type with the specified name.static Fetch.Style[]Fetch.Style. values()Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.engine.profile with parameters of type Fetch.Style Modifier and Type Method Description voidFetchProfile. addFetch(Association association, Fetch.Style style)Deprecated, for removal: This API element is subject to removal in a future version.No longer usedConstructors in org.hibernate.engine.profile with parameters of type Fetch.Style Constructor Description Fetch(Association association, Fetch.Style style)Deprecated, for removal: This API element is subject to removal in a future version.
-