Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampSourceEnum
-
Packages that use JaxbHbmTimestampSourceEnum Package Description org.hibernate.boot.jaxb.hbm.spi -
-
Uses of JaxbHbmTimestampSourceEnum in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmTimestampSourceEnum Modifier and Type Field Description protected JaxbHbmTimestampSourceEnum
JaxbHbmTimestampAttributeType. source
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmTimestampSourceEnum Modifier and Type Method Description static JaxbHbmTimestampSourceEnum
JaxbHbmTimestampSourceEnum. fromValue(String v)
JaxbHbmTimestampSourceEnum
JaxbHbmTimestampAttributeType. getSource()
Gets the value of the source property.static JaxbHbmTimestampSourceEnum
JaxbHbmTimestampSourceEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static JaxbHbmTimestampSourceEnum[]
JaxbHbmTimestampSourceEnum. 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 JaxbHbmTimestampSourceEnum Modifier and Type Method Description void
JaxbHbmTimestampAttributeType. setSource(JaxbHbmTimestampSourceEnum value)
Sets the value of the source property.
-