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 JaxbHbmPolymorphismEnumJaxbHbmRootEntityType.polymorphismMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmPolymorphismEnumModifier and TypeMethodDescriptionstatic JaxbHbmPolymorphismEnumGets the enum associated to the value passed as parameter.JaxbHbmRootEntityType.getPolymorphism()Gets the value of the polymorphism property.static JaxbHbmPolymorphismEnumReturns 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 TypeMethodDescriptionvoidJaxbHbmRootEntityType.setPolymorphism(JaxbHbmPolymorphismEnum value) Sets the value of the polymorphism property.