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 JaxbCacheInclusionType
JaxbCaching. include
Methods in org.hibernate.boot.jaxb.mapping that return JaxbCacheInclusionType Modifier and Type Method Description static JaxbCacheInclusionType
JaxbCacheInclusionType. fromValue(String v)
JaxbCacheInclusionType
JaxbCaching. getInclude()
Gets the value of the include property.static JaxbCacheInclusionType
JaxbCacheInclusionType. 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 void
JaxbCaching. setInclude(JaxbCacheInclusionType value)
Sets the value of the include property.
-