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 JaxbHbmTimestampSourceEnumJaxbHbmTimestampAttributeType.sourceMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmTimestampSourceEnumModifier and TypeMethodDescriptionstatic JaxbHbmTimestampSourceEnumGets the enum associated to the value passed as parameter.JaxbHbmTimestampAttributeType.getSource()Gets the value of the source property.static JaxbHbmTimestampSourceEnumReturns 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 TypeMethodDescriptionvoidJaxbHbmTimestampAttributeType.setSource(JaxbHbmTimestampSourceEnum value) Sets the value of the source property.