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