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 JaxbHbmTimestampSourceEnumJaxbHbmTimestampAttributeType. sourceMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmTimestampSourceEnum Modifier and Type Method Description static JaxbHbmTimestampSourceEnumJaxbHbmTimestampSourceEnum. fromValue(String v)JaxbHbmTimestampSourceEnumJaxbHbmTimestampAttributeType. getSource()Gets the value of the source property.static JaxbHbmTimestampSourceEnumJaxbHbmTimestampSourceEnum. 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 voidJaxbHbmTimestampAttributeType. setSource(JaxbHbmTimestampSourceEnum value)Sets the value of the source property.
-