Class HibernateSupport

java.lang.Object
com.azure.core.util.ExpandableStringEnum<HibernateSupport>
com.azure.developer.devcenter.models.HibernateSupport
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class HibernateSupport extends com.azure.core.util.ExpandableStringEnum<HibernateSupport>
Indicates whether hibernate is supported and enabled, disabled, or unsupported by the operating system. Unknown hibernate support is represented as null.
  • Field Details

    • ENABLED

      public static final HibernateSupport ENABLED
      Hibernate is enabled.
    • DISABLED

      public static final HibernateSupport DISABLED
      Hibernate is not enabled.
    • OS_UNSUPPORTED

      public static final HibernateSupport OS_UNSUPPORTED
      Hibernate is not supported by the operating system.
  • Constructor Details

    • HibernateSupport

      @Deprecated public HibernateSupport()
      Deprecated.
      Use the fromString(String) factory method.
      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:
      name - a name to look for.
      Returns:
      the corresponding HibernateSupport.
    • values

      public static Collection<HibernateSupport> values()
      Gets known HibernateSupport values.
      Returns:
      known HibernateSupport values.