Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPolymorphismEnum
-
Packages that use JaxbHbmPolymorphismEnum Package Description org.hibernate.boot.jaxb.hbm.spi -
-
Uses of JaxbHbmPolymorphismEnum in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmPolymorphismEnum Modifier and Type Field Description protected JaxbHbmPolymorphismEnum
JaxbHbmRootEntityType. polymorphism
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmPolymorphismEnum Modifier and Type Method Description static JaxbHbmPolymorphismEnum
JaxbHbmPolymorphismEnum. fromValue(String v)
JaxbHbmPolymorphismEnum
JaxbHbmRootEntityType. getPolymorphism()
Gets the value of the polymorphism property.static JaxbHbmPolymorphismEnum
JaxbHbmPolymorphismEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static JaxbHbmPolymorphismEnum[]
JaxbHbmPolymorphismEnum. 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 JaxbHbmPolymorphismEnum Modifier and Type Method Description void
JaxbHbmRootEntityType. setPolymorphism(JaxbHbmPolymorphismEnum value)
Sets the value of the polymorphism property.
-