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