Uses of Enum Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueCompositeIdEnum
Packages that use JaxbHbmUnsavedValueCompositeIdEnum
-
Uses of JaxbHbmUnsavedValueCompositeIdEnum in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmUnsavedValueCompositeIdEnumModifier and TypeFieldDescriptionprotected JaxbHbmUnsavedValueCompositeIdEnum
JaxbHbmCompositeIdType.unsavedValue
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmUnsavedValueCompositeIdEnumModifier and TypeMethodDescriptionGets the enum associated to the value passed as parameter.JaxbHbmCompositeIdType.getUnsavedValue()
Gets the value of the unsavedValue property.Returns the enum constant of this class with the specified name.static JaxbHbmUnsavedValueCompositeIdEnum[]
JaxbHbmUnsavedValueCompositeIdEnum.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 JaxbHbmUnsavedValueCompositeIdEnumModifier and TypeMethodDescriptionvoid
JaxbHbmCompositeIdType.setUnsavedValue
(JaxbHbmUnsavedValueCompositeIdEnum value) Sets the value of the unsavedValue property.