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