ObjectDB ObjectDB

javax.jdo.annotations.PersistenceAware - JDO annotation

javax.jdo.annotations
Annotation PersistenceAware

Target:
Classes
Annotation to specify that the class is persistence-aware. If used, this is the only JDO annotation allowed on the class. This corresponds to the xml attribute persistence-modifier="persistence-aware" of the "class" element.
Since:
JDO 2.1
This annotation is a marker annotation (with no elements).