Uses of Enum Class
org.hibernate.engine.profile.Fetch.Style
Packages that use Fetch.Style
Package
Description
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.StyleModifier and TypeMethodDescriptionstatic Fetch.StyleDeprecated, for removal: This API element is subject to removal in a future version.Fetch.getStyle()Deprecated, for removal: This API element is subject to removal in a future version.static Fetch.StyleDeprecated, for removal: This API element is subject to removal in a future version.Parses a style given an externalized string representationstatic Fetch.StyleDeprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class 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 class, in the order they are declared.Methods in org.hibernate.engine.profile with parameters of type Fetch.StyleModifier and TypeMethodDescriptionvoidFetchProfile.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.StyleModifierConstructorDescriptionFetch(Association association, Fetch.Style style) Deprecated, for removal: This API element is subject to removal in a future version.
Fetch.getMethod()