HibernateSupport Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. devcenter. models. HibernateSupport
- com.
- com.
public final class HibernateSupport
extends ExpandableStringEnum<HibernateSupport>
Indicates whether hibernate is enabled/disabled.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Hibernate |
DISABLED
Static value Disabled for Hibernate |
|
static final
Hibernate |
ENABLED
Static value Enabled for Hibernate |
Constructor Summary
| Constructor | Description |
|---|---|
| HibernateSupport() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Hibernate |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Hibernate |
fromString(String name)
Creates or finds a Hibernate |
|
static
Collection<Hibernate |
values()
Gets known Hibernate |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DISABLED
public static final HibernateSupport DISABLED
Static value Disabled for HibernateSupport.
ENABLED
public static final HibernateSupport ENABLED
Static value Enabled for HibernateSupport.
Constructor Details
HibernateSupport
@Deprecated
public HibernateSupport()
Deprecated
Creates a new instance of HibernateSupport value.
Method Details
fromString
public static HibernateSupport fromString(String name)
Creates or finds a HibernateSupport from its string representation.
Parameters:
Returns:
values
public static Collection<HibernateSupport> values()
Gets known HibernateSupport values.
Returns: