Uses of Class
org.hibernate.annotations.PolymorphismType
-
Packages that use PolymorphismType Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.boot.jaxb.mapping org.hibernate.boot.jaxb.mapping.marshall -
-
Uses of PolymorphismType in org.hibernate.annotations
Methods in org.hibernate.annotations that return PolymorphismType Modifier and Type Method Description static PolymorphismType
PolymorphismType. fromExternalValue(Object externalValue)
Deprecated.PolymorphismType
type()
Deprecated.Determines whether implicit polymorphism is enabled or disabled for the annotated entity class.static PolymorphismType
PolymorphismType. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static PolymorphismType[]
PolymorphismType. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PolymorphismType in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as PolymorphismType Modifier and Type Field Description protected PolymorphismType
JaxbEntity. polymorphism
Methods in org.hibernate.boot.jaxb.mapping that return PolymorphismType Modifier and Type Method Description PolymorphismType
JaxbEntity. getPolymorphism()
Gets the value of the polymorphism property.PolymorphismType
Adapter2. unmarshal(String value)
Methods in org.hibernate.boot.jaxb.mapping with parameters of type PolymorphismType Modifier and Type Method Description String
Adapter2. marshal(PolymorphismType value)
void
JaxbEntity. 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 PolymorphismType Modifier and Type Method Description static PolymorphismType
PolymorphismTypeMarshalling. fromXml(String value)
Methods in org.hibernate.boot.jaxb.mapping.marshall with parameters of type PolymorphismType Modifier and Type Method Description static String
PolymorphismTypeMarshalling. toXml(PolymorphismType value)
-