Uses of Enum Class
org.hibernate.annotations.PolymorphismType
Packages that use PolymorphismType
Package
Description
A set of mapping annotations which extend the O/R mapping annotations defined by JPA.
-
Uses of PolymorphismType in org.hibernate.annotations
Methods in org.hibernate.annotations that return PolymorphismTypeModifier and TypeMethodDescriptionstatic PolymorphismTypePolymorphismType.fromExternalValue(Object externalValue) Deprecated.static PolymorphismTypeDeprecated.Returns the enum constant of this class with the specified name.static PolymorphismType[]PolymorphismType.values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PolymorphismType in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as PolymorphismTypeMethods in org.hibernate.boot.jaxb.mapping that return PolymorphismTypeModifier and TypeMethodDescriptionJaxbEntity.getPolymorphism()Gets the value of the polymorphism property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type PolymorphismTypeModifier and TypeMethodDescriptionAdapter3.marshal(PolymorphismType value) voidJaxbEntity.setPolymorphism(PolymorphismType value) Sets the value of the polymorphism property. -
Uses of PolymorphismType in org.hibernate.boot.jaxb.mapping.marshall
Methods in org.hibernate.boot.jaxb.mapping.marshall that return PolymorphismTypeMethods in org.hibernate.boot.jaxb.mapping.marshall with parameters of type PolymorphismTypeModifier and TypeMethodDescriptionstatic StringPolymorphismTypeMarshalling.toXml(PolymorphismType value)