Class JaxbInheritanceImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbInheritanceImpl
- All Implemented Interfaces:
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 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.