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