Package org.hibernate.engine.profile
Enum Class Fetch.Style
- All Implemented Interfaces:
Serializable,Comparable<Fetch.Style>,Constable
- Enclosing class:
- Fetch
Deprecated, for removal: This API element is subject to removal in a future version.
The type or style of fetch.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Fetch via a joinDeprecated, for removal: This API element is subject to removal in a future version.Fetch via a subsequent selectDeprecated, for removal: This API element is subject to removal in a future version.Fetch via a subsequent subselect -
Method Summary
Modifier and TypeMethodDescriptionstatic Fetch.StyleDeprecated, 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 representationDeprecated, for removal: This API element is subject to removal in a future version.toString()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.Returns the enum constant of this class with the specified name.static 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.
-
Enum Constant Details
-
JOIN
Deprecated, for removal: This API element is subject to removal in a future version.Fetch via a join -
SELECT
Deprecated, for removal: This API element is subject to removal in a future version.Fetch via a subsequent select -
SUBSELECT
Deprecated, for removal: This API element is subject to removal in a future version.Fetch via a subsequent subselect
-
-
Method Details
-
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.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
toFetchStyle
Deprecated, for removal: This API element is subject to removal in a future version. -
toString
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
toStringin classEnum<Fetch.Style>
-
parse
Deprecated, for removal: This API element is subject to removal in a future version.Parses a style given an externalized string representation- Parameters:
name- The externalized representation- Returns:
- The style;
JOINis returned if not recognized
-
forMethod
Deprecated, for removal: This API element is subject to removal in a future version.
-
FetchStyle