Class JaxbInheritance

java.lang.Object
org.hibernate.boot.jaxb.mapping.JaxbInheritance
All Implemented Interfaces:
Serializable

public class JaxbInheritance extends Object implements 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 Details

  • Constructor Details

    • JaxbInheritance

      public JaxbInheritance()
  • Method Details

    • getStrategy

      public InheritanceType getStrategy()
      Gets the value of the strategy property.
      Returns:
      possible object is String
    • setStrategy

      public void setStrategy(InheritanceType value)
      Sets the value of the strategy property.
      Parameters:
      value - allowed object is String