Uses of Enum Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheInclusionEnum
Packages that use JaxbHbmCacheInclusionEnum
-
Uses of JaxbHbmCacheInclusionEnum in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmCacheInclusionEnumMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmCacheInclusionEnumModifier and TypeMethodDescriptionstatic JaxbHbmCacheInclusionEnum
Gets the enum associated to the value passed as parameter.JaxbHbmCacheType.getInclude()
Gets the value of the include property.static JaxbHbmCacheInclusionEnum
Returns the enum constant of this class with the specified name.static JaxbHbmCacheInclusionEnum[]
JaxbHbmCacheInclusionEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmCacheInclusionEnumModifier and TypeMethodDescriptionvoid
JaxbHbmCacheType.setInclude
(JaxbHbmCacheInclusionEnum value) Sets the value of the include property.