| Column |
Annotation for a column in the database.
|
| Discriminator |
Annotation for the discriminator of the class.
|
| DiscriminatorStrategy |
Enumeration of the discriminator strategy values.
|
| Embedded |
Annotation to define that the object is embedded into the table of the
owning object.
|
| Extension |
Annotation for a JDO vendor extension.
|
| FetchGroup |
Annotation for the fetch group of a class.
|
| FetchPlan |
Annotation for the fetch plan of a persistence manager, query, or extent.
|
| ForeignKey |
Annotation for a database foreign-key.
|
| ForeignKeyAction |
Enumeration of the foreign-key delete/update action values.
|
| IdentityType |
Enumeration of the identity type values.
|
| IdGeneratorStrategy |
Enumeration of the id generator strategy values.
|
| Index |
Annotation for a database index.
|
| InheritanceStrategy |
Enumeration of the inheritance strategy values.
|
| Join |
Annotation for the join of a relation.
|
| NullValue |
Enumeration of the "null-value" behavior values.
|
| PersistenceModifier |
Enumeration of the persistence-modifier values for a field or property.
|
| Persistent |
Annotation for defining the persistence of a member.
|
| Query |
Annotation for a named query.
|
| SequenceStrategy |
Enumeration of the sequence strategy values.
|
| Unique |
Annotation for a database unique constraint.
|
| VersionStrategy |
Enumeration of the version strategy values.
|