JADE Java Persistence API
1.0

Package com.jadeworld.jade.persistence

Enum Summary
DefaultStyle Defines the set of default styles that an Entity can have.
FetchType Defines the set of fetch types that a property can have.
KeyOrder Key order.
ReferenceRelationshipType Relationship type values.
ReferenceUpdateMode Holds the values of the @OneToOne, @OneToMany, @ManyToMany, and @ManyToOne updateMode attributes.
 

Annotation Types Summary
ApplicationEntity Specifies that the class is a subclass of the JADE Application class.
CollectionEntity Specifies the details for a JADE collection class.
Condition JADE Condition method, used in a collection reference elsewhere in this class Class-level annotation name is the condition method name constants, optional, are any constant definitions body is the condition method source body Both constants and body are an array of String values; one for each line of content.
Conditions A single condition definition, used to restrict relationships.
DbField The DbField annotation is applied to regular Java properties.
DbProperty The DbProperty annotation is applied to virtual Java properties.
DictionaryKey Specifies each key detail for a MemberkeyDictionary subclass.
Entity Specifies a Java class to be included in the JADE Java persistence.
GlobalEntity Specifies that the class is a subclass of the Jade Global class.
Id Indicates the long or Long field used as the object link between JADE and Java.
JadeMethod JADE method source to copy into the generated schema.
Lob Set on either a field or property where the equivalent JADE property is a variable-length Binary or String.
ManyToMany Indicates a many-to-many relationship.
ManyToOne Indicates a many-to-one relationship.
OneToMany Indicates a many-to-one relationship.
OneToOne Indicates a one-to-one single-values relationship.
Schema Package-level annotation.
Transient Properties that are not to be persisted are annotated with @Transient.
 


JADE Java Persistence API
1.0

Copyright © 2007 Jade Software Corporation