Class JaxbInheritanceImpl

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

public class JaxbInheritanceImpl extends Object implements Serializable
@Target({TYPE}) @Retention(RUNTIME) public @interface Inheritance { InheritanceType strategy() default InheritanceType.SINGLE_TABLE; } <p>Java class for inheritance complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <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> }</pre>
See Also:
  • Field Details

  • Constructor Details

    • JaxbInheritanceImpl

      public JaxbInheritanceImpl()
  • 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