Package org.jpox.annotations

Package containing JPOX annotations for persistence intended as a complete set of JDO2 annotations.

See:
          Description

Enum Summary
DiscriminatorStrategyType Enumeration of the JDO2 discriminator strategy values.
FieldPersistenceModifier Enumeration of the JDO2 persistence-modifier values for a field.
ForeignKeyAction Enumeration of the JDO2 foreign-key delete/update action values.
IdentityTypeValue Enumeration of the JDO2 identity type values.
IdGeneratorStrategy Enumeration of the JDO2 id generator strategy values.
InheritanceStrategyType Enumeration of the JDO2 inheritance strategy values.
QueryLanguage Enumeration of the JDO2 query languages.
SequenceStrategy Enumeration of the JDO2 sequence strategy values.
VersionStrategyType Enumeration of the JDO2 version strategy values.
 

Annotation Types Summary
Array Annotation for defining the persistence of an array.
Collection Annotation for defining the persistence of a collection.
Column Annotation for a column in the datastore.
DatastoreIdentity Annotation for the datastore identity of the class.
Discriminator Annotation for the discriminator of the class.
Element Annotation for the element of a collection/array relation.
Embedded Annotation to define that the object is embedded into the table of the owning object.
Extension Annotation for a JDO extension.
FetchGroup Annotation for the fetch group of a class.
FetchGroups Annotation for a group of fetch-group objects
Field Annotation for defining the persistence of a field.
ForeignKey Annotation for a JDO foreign-key.
Implements Annotation for the interfaces implemented by a class.
Index Annotation for a JDO index.
Inheritance Annotation for the inheritance of the class.
Join Annotation for the join of a relation.
Key Annotation for the key of a map relation.
Map Annotation for defining the persistence of a map.
Order Annotation for the order of a container field.
PersistenceAware Annotation for whether the class is persistence-aware.
PersistenceCapable Annotation for whether the class is persistence-capable.
PrimaryKey Annotation for the primary key of a class.
Queries Annotation for a group of named queries.
Query Annotation for a named query.
Sequence Annotation for a datastore sequence.
Unique Annotation for a JDO unique constraint.
Value Annotation for the value of a map relation.
Version Annotation for the versioning of the class.
 

Package org.jpox.annotations Description

Package containing JPOX annotations for persistence intended as a complete set of JDO2 annotations. Likely to be moved into Apache JDO in the future.



Copyright © 2003-2008 Java Persistent Objects (JPOX). All Rights Reserved.