Uses of Class
org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCacheUsageEnum
-
Packages that use JaxbCfgCacheUsageEnum Package Description org.hibernate.boot.jaxb.cfg.spi -
-
Uses of JaxbCfgCacheUsageEnum in org.hibernate.boot.jaxb.cfg.spi
Fields in org.hibernate.boot.jaxb.cfg.spi declared as JaxbCfgCacheUsageEnum Modifier and Type Field Description protected JaxbCfgCacheUsageEnumJaxbCfgCollectionCacheType. usageprotected JaxbCfgCacheUsageEnumJaxbCfgEntityCacheType. usageMethods in org.hibernate.boot.jaxb.cfg.spi that return JaxbCfgCacheUsageEnum Modifier and Type Method Description static JaxbCfgCacheUsageEnumJaxbCfgCacheUsageEnum. fromValue(java.lang.String v)JaxbCfgCacheUsageEnumJaxbCfgCollectionCacheType. getUsage()Gets the value of the usage property.JaxbCfgCacheUsageEnumJaxbCfgEntityCacheType. getUsage()Gets the value of the usage property.static JaxbCfgCacheUsageEnumJaxbCfgCacheUsageEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JaxbCfgCacheUsageEnum[]JaxbCfgCacheUsageEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.boot.jaxb.cfg.spi with parameters of type JaxbCfgCacheUsageEnum Modifier and Type Method Description voidJaxbCfgCollectionCacheType. setUsage(JaxbCfgCacheUsageEnum value)Sets the value of the usage property.voidJaxbCfgEntityCacheType. setUsage(JaxbCfgCacheUsageEnum value)Sets the value of the usage property.
-