javax.jdo.annotations.EmbeddedOnly - JDO annotation
javax.jdo.annotations
Annotation EmbeddedOnly
- Target:
- Classes
Annotation for whether the class is only for persisting embedded into another object. Same as specifying @PersistenceCapable(embeddedOnly="true").
- Since:
- JDO 2.1
This annotation is a marker annotation (with no elements).