JDO Annotations for Fields
The way a field of a persistable class is managed by JDO can be set by the following annotations and enum types:
- javax.jdo.annotations.Persistent - JDO Annotation
- javax.jdo.annotations.NotPersistent - JDO Annotation
- javax.jdo.annotations.PersistenceModifier - JDO Enum
- javax.jdo.annotations.Embedded - JDO Annotation
- javax.jdo.annotations.NullValue - JDO Enum
- javax.jdo.annotations.Order - JDO Annotation
- javax.jdo.annotations.PrimaryKey - JDO Annotation
- javax.jdo.annotations.Transactional - JDO Annotation
- javax.jdo.annotations.Version - JDO Annotation
- javax.jdo.annotations.VersionStrategy - JDO Enum