org.jpox.annotations
Annotation Type Inheritance


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Inheritance

Annotation for the inheritance of the class. Maps across to the JDO2 element "inheritance" of the "class" element.

Version:
$Revision: 1.3 $

Required Element Summary
 InheritanceStrategyType strategy
          Strategy to use for inheritance.
 

Element Detail

strategy

public abstract InheritanceStrategyType strategy
Strategy to use for inheritance. Relates to where the data for the class is stored.



Copyright © 2003-2008 Java Persistent Objects (JPOX). All Rights Reserved.