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
Subclasses with type arguments of type JaxbCfgCacheUsageEnum in org.hibernate.boot.jaxb.cfg.spiModifier and TypeClassDescriptionenum<p>Java class for CacheUsageEnum</p>.Fields in org.hibernate.boot.jaxb.cfg.spi declared as JaxbCfgCacheUsageEnumModifier and TypeFieldDescriptionprotected JaxbCfgCacheUsageEnumJaxbCfgCollectionCacheType.usageprotected JaxbCfgCacheUsageEnumJaxbCfgEntityCacheType.usageMethods in org.hibernate.boot.jaxb.cfg.spi that return JaxbCfgCacheUsageEnumModifier and TypeMethodDescriptionstatic JaxbCfgCacheUsageEnumGets 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 JaxbCfgCacheUsageEnumReturns 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 TypeMethodDescriptionvoidJaxbCfgCollectionCacheType.setUsage(JaxbCfgCacheUsageEnum value) Sets the value of the usage property.voidJaxbCfgEntityCacheType.setUsage(JaxbCfgCacheUsageEnum value) Sets the value of the usage property.