Uses of Enum Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueVersionEnum
Packages that use JaxbHbmUnsavedValueVersionEnum
-
Uses of JaxbHbmUnsavedValueVersionEnum in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmUnsavedValueVersionEnumModifier and TypeFieldDescriptionprotected JaxbHbmUnsavedValueVersionEnum
JaxbHbmVersionAttributeType.unsavedValue
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmUnsavedValueVersionEnumModifier and TypeMethodDescriptionGets the enum associated to the value passed as parameter.JaxbHbmVersionAttributeType.getUnsavedValue()
Gets the value of the unsavedValue property.Returns the enum constant of this class with the specified name.static JaxbHbmUnsavedValueVersionEnum[]
JaxbHbmUnsavedValueVersionEnum.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 JaxbHbmUnsavedValueVersionEnumModifier and TypeMethodDescriptionvoid
JaxbHbmVersionAttributeType.setUnsavedValue
(JaxbHbmUnsavedValueVersionEnum value) Sets the value of the unsavedValue property.