Uses of Class
com.azure.developer.devcenter.models.HibernateSupport
Packages that use HibernateSupport
Package
Description
Package containing the data models for DevCenterService.
-
Uses of HibernateSupport in com.azure.developer.devcenter.models
Fields in com.azure.developer.devcenter.models declared as HibernateSupportModifier and TypeFieldDescriptionstatic final HibernateSupportHibernateSupport.DISABLEDHibernate is not enabled.static final HibernateSupportHibernateSupport.ENABLEDHibernate is enabled.static final HibernateSupportHibernateSupport.OS_UNSUPPORTEDHibernate is not supported by the operating system.Methods in com.azure.developer.devcenter.models that return HibernateSupportModifier and TypeMethodDescriptionstatic HibernateSupportHibernateSupport.fromString(String name) Creates or finds a HibernateSupport from its string representation.DevBox.getHibernateSupport()Get the hibernateSupport property: Indicates whether hibernate is enabled/disabled or unknown.DevBoxPool.getHibernateSupport()Get the hibernateSupport property: Indicates whether hibernate is enabled/disabled or unknown.Methods in com.azure.developer.devcenter.models that return types with arguments of type HibernateSupportModifier and TypeMethodDescriptionstatic Collection<HibernateSupport> HibernateSupport.values()Gets known HibernateSupport values.