PersistenceCapable
Target: ElementType.TYPE
- Implemented Interfaces:
Annotation
Annotation for whether the class or interface is persistence-capable.
- Since:
- JDO 2.1
Public Annotation Attributes
String cacheable default "true"
- Since:
- JDO 2.2
String catalog default ""
- Since:
- JDO 2.1
String detachable default ""
- Since:
- JDO 2.1
String embeddedOnly default ""
- Since:
- JDO 2.1
- Since:
- JDO 2.1
- Since:
- JDO 2.1
Annotations for persistent members of this class or interface can be specifed either here or on each member. Annotations for inherited members can only be specified here.
- Since:
- JDO 2.1
Class objectIdClass default void.class
- Since:
- JDO 2.1
String requiresExtent default ""
- Since:
- JDO 2.1
String schema default ""
- Since:
- JDO 2.1
String table default ""
- Since:
- JDO 2.1