Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueTimestampEnum
-
Packages that use JaxbHbmUnsavedValueTimestampEnum Package Description org.hibernate.boot.jaxb.hbm.spi -
-
Uses of JaxbHbmUnsavedValueTimestampEnum in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmUnsavedValueTimestampEnum Modifier and Type Field Description protected JaxbHbmUnsavedValueTimestampEnum
JaxbHbmTimestampAttributeType. unsavedValue
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmUnsavedValueTimestampEnum Modifier and Type Method Description static JaxbHbmUnsavedValueTimestampEnum
JaxbHbmUnsavedValueTimestampEnum. fromValue(String v)
JaxbHbmUnsavedValueTimestampEnum
JaxbHbmTimestampAttributeType. getUnsavedValue()
Gets the value of the unsavedValue property.static JaxbHbmUnsavedValueTimestampEnum
JaxbHbmUnsavedValueTimestampEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static JaxbHbmUnsavedValueTimestampEnum[]
JaxbHbmUnsavedValueTimestampEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmUnsavedValueTimestampEnum Modifier and Type Method Description void
JaxbHbmTimestampAttributeType. setUnsavedValue(JaxbHbmUnsavedValueTimestampEnum value)
Sets the value of the unsavedValue property.
-