Uses of Enum Class
org.hibernate.boot.jaxb.mapping.JaxbCacheInclusionType
Packages that use JaxbCacheInclusionType
-
Uses of JaxbCacheInclusionType in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbCacheInclusionTypeMethods in org.hibernate.boot.jaxb.mapping that return JaxbCacheInclusionTypeModifier and TypeMethodDescriptionstatic JaxbCacheInclusionTypeJaxbCaching.getInclude()Gets the value of the include property.static JaxbCacheInclusionTypeReturns the enum constant of this class with the specified name.static JaxbCacheInclusionType[]JaxbCacheInclusionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbCacheInclusionTypeModifier and TypeMethodDescriptionvoidJaxbCaching.setInclude(JaxbCacheInclusionType value) Sets the value of the include property.