JDO Annotation

Inheritance

Target: ElementType.TYPE
Implemented Interfaces:
Annotation

Annotation for the inheritance of the class. Corresponds to the xml element "inheritance" of the "class" and "interface" elements.
Since:
JDO 2.1

Public Annotation Attributes

String customStrategy default ""
Custom inheritance strategy.
If customStrategy is non-empty, then strategy must be UNSPECIFIED.
Since:
JDO 2.1
InheritanceStrategy strategy default InheritanceStrategy.UNSPECIFIED
Strategy to use for inheritance.
Specifies in which table(s) the members for the class are stored.
Since:
JDO 2.1