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 JaxbHbmUnsavedValueTimestampEnumJaxbHbmTimestampAttributeType. unsavedValueMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmUnsavedValueTimestampEnum Modifier and Type Method Description static JaxbHbmUnsavedValueTimestampEnumJaxbHbmUnsavedValueTimestampEnum. fromValue(String v)JaxbHbmUnsavedValueTimestampEnumJaxbHbmTimestampAttributeType. getUnsavedValue()Gets the value of the unsavedValue property.static JaxbHbmUnsavedValueTimestampEnumJaxbHbmUnsavedValueTimestampEnum. 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 voidJaxbHbmTimestampAttributeType. setUnsavedValue(JaxbHbmUnsavedValueTimestampEnum value)Sets the value of the unsavedValue property.
-