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 JaxbHbmPolymorphismEnumJaxbHbmRootEntityType. polymorphismMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmPolymorphismEnum Modifier and Type Method Description static JaxbHbmPolymorphismEnumJaxbHbmPolymorphismEnum. fromValue(String v)JaxbHbmPolymorphismEnumJaxbHbmRootEntityType. getPolymorphism()Gets the value of the polymorphism property.static JaxbHbmPolymorphismEnumJaxbHbmPolymorphismEnum. 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 voidJaxbHbmRootEntityType. setPolymorphism(JaxbHbmPolymorphismEnum value)Sets the value of the polymorphism property.
-