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 HibernateSupport
HibernateSupport.DISABLED
Hibernate is not enabled.static final HibernateSupport
HibernateSupport.ENABLED
Hibernate is enabled.static final HibernateSupport
HibernateSupport.OS_UNSUPPORTED
Hibernate is not supported by the operating system.Methods in com.azure.developer.devcenter.models that return HibernateSupportModifier and TypeMethodDescriptionstatic HibernateSupport
HibernateSupport.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.