Uses of Enum Class
org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCacheUsageEnum
Packages that use JaxbCfgCacheUsageEnum
-
Uses of JaxbCfgCacheUsageEnum in org.hibernate.boot.jaxb.cfg.spi
Fields in org.hibernate.boot.jaxb.cfg.spi declared as JaxbCfgCacheUsageEnumModifier and TypeFieldDescriptionprotected JaxbCfgCacheUsageEnum
JaxbCfgCollectionCacheType.usage
protected JaxbCfgCacheUsageEnum
JaxbCfgEntityCacheType.usage
Methods in org.hibernate.boot.jaxb.cfg.spi that return JaxbCfgCacheUsageEnumModifier and TypeMethodDescriptionstatic JaxbCfgCacheUsageEnum
Gets the enum associated to the value passed as parameter.JaxbCfgCollectionCacheType.getUsage()
Gets the value of the usage property.JaxbCfgEntityCacheType.getUsage()
Gets the value of the usage property.static JaxbCfgCacheUsageEnum
Returns the enum constant of this class with the specified name.static JaxbCfgCacheUsageEnum[]
JaxbCfgCacheUsageEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.boot.jaxb.cfg.spi with parameters of type JaxbCfgCacheUsageEnumModifier and TypeMethodDescriptionvoid
JaxbCfgCollectionCacheType.setUsage
(JaxbCfgCacheUsageEnum value) Sets the value of the usage property.void
JaxbCfgEntityCacheType.setUsage
(JaxbCfgCacheUsageEnum value) Sets the value of the usage property.