Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheInclusionEnum
-
Packages that use JaxbHbmCacheInclusionEnum Package Description org.hibernate.boot.jaxb.hbm.spi -
-
Uses of JaxbHbmCacheInclusionEnum in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmCacheInclusionEnum Modifier and Type Field Description protected JaxbHbmCacheInclusionEnumJaxbHbmCacheType. includeMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmCacheInclusionEnum Modifier and Type Method Description static JaxbHbmCacheInclusionEnumJaxbHbmCacheInclusionEnum. fromValue(String v)JaxbHbmCacheInclusionEnumJaxbHbmCacheType. getInclude()Gets the value of the include property.static JaxbHbmCacheInclusionEnumJaxbHbmCacheInclusionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static JaxbHbmCacheInclusionEnum[]JaxbHbmCacheInclusionEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmCacheInclusionEnum Modifier and Type Method Description voidJaxbHbmCacheType. setInclude(JaxbHbmCacheInclusionEnum value)Sets the value of the include property.
-