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 PolymorphismTypePolymorphismType. fromExternalValue(Object externalValue)Deprecated.PolymorphismTypetype()Deprecated.Determines whether implicit polymorphism is enabled or disabled for the annotated entity class.static PolymorphismTypePolymorphismType. 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 PolymorphismTypeJaxbEntity. polymorphismMethods in org.hibernate.boot.jaxb.mapping that return PolymorphismType Modifier and Type Method Description PolymorphismTypeJaxbEntity. getPolymorphism()Gets the value of the polymorphism property.PolymorphismTypeAdapter3. unmarshal(String value)Methods in org.hibernate.boot.jaxb.mapping with parameters of type PolymorphismType Modifier and Type Method Description StringAdapter3. 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 PolymorphismType Modifier and Type Method Description static PolymorphismTypePolymorphismTypeMarshalling. fromXml(String value)Methods in org.hibernate.boot.jaxb.mapping.marshall with parameters of type PolymorphismType Modifier and Type Method Description static StringPolymorphismTypeMarshalling. toXml(PolymorphismType value)
-