Package org.hibernate.boot.jaxb.mapping
Class JaxbInheritance
java.lang.Object
org.hibernate.boot.jaxb.mapping.JaxbInheritance
- All Implemented Interfaces:
Serializable
See `@jakarta.persistence.Inheritance`
Java class for inheritance complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="inheritance">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="strategy" type="{http://www.hibernate.org/xsd/orm/mapping}inheritance-type" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the strategy property.voidsetStrategy(InheritanceType value) Sets the value of the strategy property.