Index

A C D E F G H I L M N O P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ADD - Static variable in interface com.sun.jdo.api.persistence.model.jdo.PersistenceElement.Impl
Add some items.
addAssociatedColumn(ColumnPairElement) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingRelationshipElementImpl
Adds a column to the list of associated columns mapped by this mapping field.
addAssociatedColumn(ColumnPairElement) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingRelationshipElement
Adds a column to the list of associated columns mapped by this mapping field.
addColumn(DBMemberElement) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
Adds a column to the list of columns mapped by this mapping field.
addColumn(DBMemberElement) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingRelationshipElementImpl
Adds a column to the list of columns mapped by this mapping relationship.
addColumn(DBMemberElement) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingFieldElement
Adds a column to the list of columns mapped by this mapping field.
addColumnPair(ColumnPairElement) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingReferenceKeyElementImpl
Add a new column pair to the holder.
addColumnPair(ColumnPairElement) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingReferenceKeyElement
Add a new column pair to the holder.
addColumnPairs(ColumnPairElement[]) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingReferenceKeyElementImpl
Add some new column pairs to the holder.
addColumnPairs(ColumnPairElement[]) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingReferenceKeyElement
Add some new column pairs to the holder.
addConcurrencyGroup(ConcurrencyGroupElement) - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement
Add the supplied group to the collection of concurrency groups for this class.
addConcurrencyGroups(ConcurrencyGroupElement[]) - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement
Add the supplied groups to the collection of concurrency groups for this class.
addField(PersistenceFieldElement) - Method in interface com.sun.jdo.api.persistence.model.jdo.FieldElementHolder
Add the supplied field to the collection of fields maintained by this holder.
addField(PersistenceFieldElement) - Method in class com.sun.jdo.api.persistence.model.jdo.FieldGroupElement
Add the supplied field to the collection of fields maintained by this holder.
addField(PersistenceFieldElement) - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement
Add the supplied field to the collection of fields maintained by this holder.
addField(MappingFieldElement) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
Adds a field to the list of fields in this mapping class.
addField(MappingFieldElement) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingClassElement
Adds a field to the list of fields in this mapping class.
addFieldElement(PersistenceClassElement, String) - Method in class com.sun.jdo.api.persistence.model.Model
Adds a PersistenceFieldElement for the specified field to the supplied PersistenceClassElement, creating a RelationshipElement if necessary.
addFields(PersistenceFieldElement[]) - Method in interface com.sun.jdo.api.persistence.model.jdo.FieldElementHolder
Add the supplied fields to the collection of fields maintained by this holder.
addFields(PersistenceFieldElement[]) - Method in class com.sun.jdo.api.persistence.model.jdo.FieldGroupElement
Add the supplied fields to the collection of fields maintained by this holder.
addFields(PersistenceFieldElement[]) - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement
Add the supplied fields to the collection of fields maintained by this holder.
addKeyColumn(ColumnElement) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingTableElementImpl
Adds a column to the primary key of columns in this mapping table.
addKeyColumn(ColumnElement) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingTableElement
Adds a column to the primary key of columns in this mapping table.
addKeyColumnInternal(ColumnElement) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingTableElementImpl
Adds a column to the primary key of columns in this mapping table.
addLocalColumn(ColumnPairElement) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingRelationshipElementImpl
Adds a column to the list of columns mapped by this mapping field.
addLocalColumn(ColumnPairElement) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingRelationshipElement
Adds a column to the list of columns mapped by this mapping field.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceElementImpl
Add a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceElement
Add a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in interface com.sun.jdo.api.persistence.model.jdo.PersistenceElement.Impl
Add a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingElementImpl
Add a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingElement
Add a property change listener.
addReferencingKey(MappingReferenceKeyElement) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingTableElementImpl
Adds a referencing key to the list of keys in this mapping table.
addReferencingKey(MappingReferenceKeyElement) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingTableElement
Adds a referencing key to the list of keys in this mapping table.
addSecondaryTable(MappingTableElement, TableElement) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
Adds a reference to the supplied table as a secondary table for this mapping class.
addSecondaryTable(MappingTableElement, TableElement) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingClassElement
Adds a reference to the supplied table as a secondary table for this mapping class.
addTable(TableElement) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
Convenience method which accepts a table element and attempts to add it as either a primary or secondary table depending on the existing list of tables and the foreign keys for the table.
addTable(TableElement) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingClassElement
Convenience method which accepts a table element and attempts to add it as either a primary or secondary table depending on the existing list of tables and the foreign keys for the table.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceElementImpl
Add a vetoable change listener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceElement
Add a vetoable change listener.
addVetoableChangeListener(VetoableChangeListener) - Method in interface com.sun.jdo.api.persistence.model.jdo.PersistenceElement.Impl
Add a vetoable change listener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingElementImpl
Add a vetoable change listener.
addVetoableChangeListener(VetoableChangeListener) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingElement
Add a vetoable change listener.
AGGREGATE_ACTION - Static variable in class com.sun.jdo.api.persistence.model.jdo.RelationshipElement
Constant representing aggregate action.
APPLICATION_IDENTITY - Static variable in class com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement
Constant representing jdo identity managed by the application.
attachToElement(PersistenceElement) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceElementImpl
Called to attach the implementation to a specific element.
attachToElement(PersistenceElement) - Method in interface com.sun.jdo.api.persistence.model.jdo.PersistenceElement.Impl
Called to attach the implementation to a specific element.

C

CASCADE_ACTION - Static variable in class com.sun.jdo.api.persistence.model.jdo.RelationshipElement
Constant representing cascade action.
changeConcurrencyGroups(ConcurrencyGroupElement[], int) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceClassElementImpl
Change the set of concurrency groups.
changeConcurrencyGroups(ConcurrencyGroupElement[], int) - Method in interface com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement.Impl
Change the set of concurrency groups.
changeElements(PersistenceElement[], int) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceElementCollection
Change the set of elements.
changeElements(List, int) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceElementCollection
Change the set of elements.
changeFields(PersistenceFieldElement[], int) - Method in interface com.sun.jdo.api.persistence.model.jdo.FieldGroupElement.Impl
Change the set of fields.
changeFields(PersistenceFieldElement[], int) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.FieldGroupElementImpl
Change the set of fields.
changeFields(PersistenceFieldElement[], int) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceClassElementImpl
Change the set of fields.
changeFields(PersistenceFieldElement[], int) - Method in interface com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement.Impl
Change the set of fields.
changeInverseRelationship(RelationshipElement) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.RelationshipElementImpl
Changes the inverse relationship element for this relationship element.
changeInverseRelationship(RelationshipElement) - Method in class com.sun.jdo.api.persistence.model.jdo.RelationshipElement
Changes the inverse relationship element for this relationship element.
changeInverseRelationship(RelationshipElement) - Method in interface com.sun.jdo.api.persistence.model.jdo.RelationshipElement.Impl
Changes the inverse relationship element for this relationship element.
CHECK_ALL_AT_COMMIT_CONSISTENCY - Static variable in interface com.sun.jdo.api.persistence.model.mapping.MappingClassElement
Constant representing Consistency level.
CHECK_MODIFIED_AT_COMMIT_CONSISTENCY - Static variable in interface com.sun.jdo.api.persistence.model.mapping.MappingClassElement
Constant representing Consistency level.
ClassLoaderStrategy - Class in com.sun.jdo.api.persistence.model
 
ClassLoaderStrategy() - Constructor for class com.sun.jdo.api.persistence.model.ClassLoaderStrategy
 
CLONE_DEEP - Static variable in class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
 
CLONE_DEEP - Static variable in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
 
CLONE_FIELD - Static variable in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
 
CLONE_FIELDS - Static variable in class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
 
CLONE_MASK - Static variable in class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
 
CLONE_MASK - Static variable in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
 
com.sun.jdo.api.persistence.model - package com.sun.jdo.api.persistence.model
 
com.sun.jdo.api.persistence.model.jdo - package com.sun.jdo.api.persistence.model.jdo
 
com.sun.jdo.api.persistence.model.jdo.impl - package com.sun.jdo.api.persistence.model.jdo.impl
 
com.sun.jdo.api.persistence.model.mapping - package com.sun.jdo.api.persistence.model.mapping
 
com.sun.jdo.api.persistence.model.mapping.impl - package com.sun.jdo.api.persistence.model.mapping.impl
 
com.sun.jdo.api.persistence.model.util - package com.sun.jdo.api.persistence.model.util
 
compareTo(Object) - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceElement
Compares this object with the specified object for order.
compareTo(Object) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingElementImpl
Compares this object with the specified object for order.
ConcurrencyGroupElement - Class in com.sun.jdo.api.persistence.model.jdo
 
ConcurrencyGroupElement() - Constructor for class com.sun.jdo.api.persistence.model.jdo.ConcurrencyGroupElement
Create new ConcurrencyGroupElement with no implementation.
ConcurrencyGroupElement(ConcurrencyGroupElement.Impl, PersistenceClassElement) - Constructor for class com.sun.jdo.api.persistence.model.jdo.ConcurrencyGroupElement
Create new ConcurrencyGroupElement with the provided implementation.
ConcurrencyGroupElement.Impl - Interface in com.sun.jdo.api.persistence.model.jdo
Pluggable implementation of concurrency group elements.
ConcurrencyGroupElementImpl - Class in com.sun.jdo.api.persistence.model.jdo.impl
 
ConcurrencyGroupElementImpl() - Constructor for class com.sun.jdo.api.persistence.model.jdo.impl.ConcurrencyGroupElementImpl
Create new ConcurrencyGroupElementImpl with no corresponding name.
ConcurrencyGroupElementImpl(String) - Constructor for class com.sun.jdo.api.persistence.model.jdo.impl.ConcurrencyGroupElementImpl
Creates new ConcurrencyGroupElementImpl with the corresponding name
containsConcurrencyGroup(ConcurrencyGroupElement) - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement
Tests whether the supplied group is in the collection of groups maintained by this class.
containsField(PersistenceFieldElement) - Method in interface com.sun.jdo.api.persistence.model.jdo.FieldElementHolder
Tests whether the supplied field is in the collection of fields maintained by this holder.
containsField(PersistenceFieldElement) - Method in class com.sun.jdo.api.persistence.model.jdo.FieldGroupElement
Tests whether the supplied field is in the collection of fields maintained by this holder.
containsField(PersistenceFieldElement) - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement
Tests whether the supplied field is in the collection of fields maintained by this holder.
convertDefaultFields(String) - Method in class com.sun.jdo.api.persistence.model.Model
Adds the default allowable persistent fields to the persistent class with the specified name.
convertFields(String, List) - Method in class com.sun.jdo.api.persistence.model.Model
Adds the allowable persistent fields from the supplied list to the persistent class with the specified name.
convertToPersistenceCapable(String) - Method in class com.sun.jdo.api.persistence.model.Model
Converts the class with the supplied name to persistence-capable, then convert its default fields and save it to the xml file.
convertToPersistenceCapable(String, boolean) - Method in class com.sun.jdo.api.persistence.model.Model
Converts the class with the supplied name to or from persistence capable depending on the flag.
createClassExistenceComponent(String) - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Create a validation component which can check whether the class exists.
createClassExistenceComponent(String, PersistenceFieldElement) - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Create a validation component which can check whether the class exists.
createClassMappingComponent(PersistenceClassElement) - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Create a validation component which can check whether the class is unmapped.
createClassPersistenceComponent(String) - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Create a validation component which can check the class persistence.
createClassPersistenceComponent(String, PersistenceFieldElement) - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Create a validation component which can check the class persistence.
createCollectionClassComponent(RelationshipElement) - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Create a validation component which can check whether the collection class is valid given the relationship field type.
createColumnExistenceComponent(String) - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Create a validation component which can check whether the given column exists.
createColumnExistenceComponent(String, MappingFieldElement) - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Create a validation component which can check whether the given column or column pair exists.
createColumnOverlapComponent(MappingFieldElement) - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Create a validation component which can check whether the field is one of a set mapped to overlapping columns
createElementClassComponent(RelationshipElement) - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Create a validation component which can check whether the relationship is mapped to columns even though the element class is null.
createFieldBlobMappingComponent(PersistenceFieldElement) - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Create a validation component which can check whether the field is mapped to a blob type and if so, whether it is a key field or belongs to the default fetch group.
createFieldCardinalityComponent(PersistenceFieldElement) - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Create a validation component which can check whether the cardinality bounds are semantically valid given the relationship field type.
createFieldConsistencyComponent(PersistenceFieldElement) - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Create a validation component which can check whether the field is consistent (field in both models or relationship in both).
createFieldConsistencyComponent(MappingFieldElement) - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Create a validation component which can check whether the field is consistent (if in mapping model but not jdo, it is a problem).
createFieldDefaultFetchGroupComponent(MappingFieldElement) - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Create a validation component which can check whether the field is part of a managed (multiple fields to same column) group and in an illegal fetch group.
createFieldExistenceComponent(Object) - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Create a validation component which can check whether the field exists.
createFieldExistenceComponent(String) - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Create a validation component which can check whether the field exists.
createFieldMappingComponent(PersistenceFieldElement) - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Create a validation component which can check whether the field is unmapped.
createFieldPersistenceComponent(PersistenceFieldElement) - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Create a validation component which can check whether the field is persistent.
createFieldPersistenceTypeComponent(PersistenceFieldElement) - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Create a validation component which can check the persistence type of the field (whether it is a relationship or not).
createFile(String, String, String) - Method in class com.sun.jdo.api.persistence.model.Model
Creates a file with the given base file name and extension parallel to the supplied class (if it does not yet exist).
createFile(String, String, String) - Method in class com.sun.jdo.api.persistence.model.RuntimeModel
Creates a file with the given base file name and extension parallel to the supplied class (if it does not yet exist).
createInverseFieldComponent(RelationshipElement) - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Create a validation component which can check whether the inverse of the inverse of the relationship is the relationship itself.
createInverseMappingComponent(RelationshipElement) - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Create a validation component which can check whether the mapping of the relationship and the mapping of its inverse are inverses of each other.
createKeyClassComponent(String) - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Create a validation component which can check whether the key class of the persistence capable class is valid.
createKeyColumnMappingComponent(PersistenceClassElement) - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Create a validation component which can check whether the class contains field mappings for all primary key columns.
createPrimaryTableComponent(MappingTableElement) - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Create a validation component which can check whether the class is mapped to tables even though the schema is null or the class is mapped to a primary table without a primary key.
createRelatedClassMatchesComponent(RelationshipElement) - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Create a validation component which can check whether the inverse of the relationship belongs to the related class (type or element class depending on cardinality).
createRelatedSchemaMatchesComponent(String, PersistenceFieldElement) - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Create a validation component which can check whether the schema of the related class matches that of the class we are checking.
createRelatedTableMatchesComponent(String, PersistenceFieldElement, List, String) - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Create a validation component which can check whether any of the supplied tables of the related class (which includes primary and secondary tables) contains the table of the column stored in the relationship definition.
createSchemaExistenceComponent(String) - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Create a validation component which can check whether the schema of the given class exists.
createSchemaExistenceComponent(String, PersistenceFieldElement) - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Create a validation component which can check whether the schema of the given class exists.
createSerializableClassComponent(String) - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Create a validation component which can check that the persistence capable class implement methods readObject and writeObject, if the class implements the intreface java.io.Serializable
createTableExistenceComponent(String) - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Create a validation component which can check whether the given table exists.
createTableExistenceComponent(String, PersistenceFieldElement) - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Create a validation component which can check whether the given table exists.
createVersionConsistencyComponent(MappingClassElement) - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Create a validation component which checks whether the rules for version consistency are followed.

D

DATABASE_IDENTITY - Static variable in class com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement
Constant representing jdo identity managed by the database.
deleteFile(String, String) - Method in class com.sun.jdo.api.persistence.model.Model
Deletes the file with the given file name which is parallel to the supplied class.
deleteFile(String, String) - Method in class com.sun.jdo.api.persistence.model.RuntimeModel
Deletes the file with the given file name which is parallel to the supplied class.
DERIVED - Static variable in class com.sun.jdo.api.persistence.model.jdo.PersistenceFieldElement
Constant representing a derived field modifier.
dumpClassLoaderCache(PrintStream) - Static method in class com.sun.jdo.api.persistence.model.util.DumpMapping
Print out the cache of classLoaders to the specified PrintStream.
DumpMapping - Class in com.sun.jdo.api.persistence.model.util
 
DumpMapping() - Constructor for class com.sun.jdo.api.persistence.model.util.DumpMapping
 
dumpMappingCache(PrintStream) - Static method in class com.sun.jdo.api.persistence.model.util.DumpMapping
Print out the cache of MappingClassElements to the specified PrintStream.

E

ENHANCER - Static variable in class com.sun.jdo.api.persistence.model.Model
Default instance of the model used by the enhancer.
equals(Object) - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceElement
Overrides Object's equals method by comparing the name of this persistence element with the name of the argument obj.
equals(Object) - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceMemberElement
Overrides PersistenceElement's equals method to add comparison of the name of the declaring class this persistence element.
equals(Object) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingElementImpl
Overrides Object's equals method by comparing the name of this mapping element with the name of the argument obj.
equals(Object) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingMemberElementImpl
Overrides MappingElementImpl's equals method to add comparison of the name of the declaring class this mapping element.
ERROR - Static variable in exception class com.sun.jdo.api.persistence.model.util.ModelValidationException
Constant representing an error.

F

FieldElementHolder - Interface in com.sun.jdo.api.persistence.model.jdo
 
FieldGroupElement - Class in com.sun.jdo.api.persistence.model.jdo
 
FieldGroupElement() - Constructor for class com.sun.jdo.api.persistence.model.jdo.FieldGroupElement
Create new FieldGroupElement with no implementation.
FieldGroupElement(FieldGroupElement.Impl, PersistenceClassElement) - Constructor for class com.sun.jdo.api.persistence.model.jdo.FieldGroupElement
Create new FieldGroupElement with the provided implementation.
FieldGroupElement.Impl - Interface in com.sun.jdo.api.persistence.model.jdo
Pluggable implementation of the storage of field element properties.
FieldGroupElementImpl - Class in com.sun.jdo.api.persistence.model.jdo.impl
 
FieldGroupElementImpl() - Constructor for class com.sun.jdo.api.persistence.model.jdo.impl.FieldGroupElementImpl
Create new FieldGroupElementImpl with no corresponding name.
FieldGroupElementImpl(String) - Constructor for class com.sun.jdo.api.persistence.model.jdo.impl.FieldGroupElementImpl
Creates new FieldGroupElementImpl with the corresponding name
findClassLoader(String, ClassLoader) - Method in class com.sun.jdo.api.persistence.model.RuntimeModel
This method returns the class loader used to find mapping information for the specified className.
findPenultimateSuperclass(String) - Method in class com.sun.jdo.api.persistence.model.Model
Returns the name of the second to top (top excluding java.lang.Object) superclass for the given class name.
findPenultimateSuperclass(String) - Method in class com.sun.jdo.api.persistence.model.RuntimeModel
Returns the name of the second to top (top excluding java.lang.Object) superclass for the given class name.
firePropertyChange(String, Object, Object) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceClassElementImpl
Fires property change event.
firePropertyChange(String, Object, Object) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceElementImpl
Fires property change event.
firePropertyChange(String, Object, Object) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceMemberElementImpl
Fires property change event.
firePropertyChange(String, Object, Object) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
Fires property change event.
firePropertyChange(String, Object, Object) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingElementImpl
Fires property change event.
firePropertyChange(String, Object, Object) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingMemberElementImpl
Fires property change event.
fireVetoableChange(String, Object, Object) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceClassElementImpl
Fires vetoable change event.
fireVetoableChange(String, Object, Object) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceElementImpl
Fires vetoable change event.
fireVetoableChange(String, Object, Object) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceMemberElementImpl
Fires vetoable change event.
fireVetoableChange(String, Object, Object) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
Fires vetoable change event.
fireVetoableChange(String, Object, Object) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingElementImpl
Fires vetoable change event.
fireVetoableChange(String, Object, Object) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingMemberElementImpl
Fires vetoable change event.
forName(String, Model) - Static method in class com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement
Returns the persistence class element associated with the class with the given string name, using the given model object to look it up.
forName(String, Model) - Static method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
Returns the mapping class element associated with the class with the given string name, using the given model object to look it up.
fullValidationCheck() - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Main method used for validating the combination of java (or class) information and mapping/jdo information by running through the full validation check and returning a collection of ModelValidationExceptions containing any errors or warnings encountered.

G

getAllFields(String) - Method in class com.sun.jdo.api.persistence.model.Model
Returns a list of names of all the field elements in the class with the specified name.
getAssociatedColumnObjects() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingRelationshipElementImpl
Returns the list of associated columns (ColumnPairElements) to which this mapping field is mapped.
getAssociatedColumns() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingRelationshipElementImpl
Returns the list of associated column names to which this mapping field is mapped.
getAssociatedColumns() - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingRelationshipElement
Returns the list of associated column names to which this mapping field is mapped.
getBasicValidationList() - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Computes and returns a collection of ValidationComponents representing the tests to be performed during parse.
getClass(String) - Method in class com.sun.jdo.api.persistence.model.Model
Returns the class element with the specified className.
getClass(String, ClassLoader) - Method in class com.sun.jdo.api.persistence.model.Model
Returns the class element with the specified className.
getClass(String, ClassLoader) - Method in class com.sun.jdo.api.persistence.model.RuntimeModel
Returns the class element with the specified className.
getClassLoader() - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Get the class loader used to load the class being validated.
getClassLoaderCache() - Method in class com.sun.jdo.api.persistence.model.Model
Returns an unmodifiable copy of the ClassLoader cache.
getClassLoaderCache() - Method in class com.sun.jdo.api.persistence.model.RuntimeModel
Returns an unmodifiable copy of the ClassLoader cache.
getClassName() - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Get the name of the class being validated.
getCloneDepth() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
 
getCollection() - Method in class com.sun.jdo.api.persistence.model.jdo.impl.FieldGroupElementImpl
Returns the field collection of this field group element.
getCollectionClass() - Method in class com.sun.jdo.api.persistence.model.jdo.impl.RelationshipElementImpl
Get the collection class (for example Set, List, Vector, etc.) for this relationship element.
getCollectionClass() - Method in class com.sun.jdo.api.persistence.model.jdo.RelationshipElement
Get the collection class (for example Set, List, Vector, etc.) for this relationship element.
getCollectionClass() - Method in interface com.sun.jdo.api.persistence.model.jdo.RelationshipElement.Impl
Get the collection class (for example Set, List, Vector, etc.) for this relationship element.
getColumnObjects() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
Returns the list of columns (ColumnElements) to which this mapping field is mapped.
getColumnPair(DBIdentifier) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingReferenceKeyElementImpl
Find a column pair by name.
getColumnPairNames() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingReferenceKeyElementImpl
Returns the list of relative column pair names in this referencing key.
getColumnPairNames() - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingReferenceKeyElement
Returns the list of relative column pair names in this referencing key.
getColumnPairs() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingReferenceKeyElementImpl
Get all column pairs in this holder.
getColumns() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
Returns the list of column names to which this mapping field is mapped.
getColumns() - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingFieldElement
Returns the list of column names to which this mapping field is mapped.
getConcurrencyGroup(String) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceClassElementImpl
Find a concurrency group by name.
getConcurrencyGroup(String) - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement
Returns the concurrency group with the supplied name from the collection of groups maintained by this class.
getConcurrencyGroup(String) - Method in interface com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement.Impl
Find a concurrency group by name.
getConcurrencyGroups() - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceClassElementImpl
Get all concurrency groups.
getConcurrencyGroups() - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement
Returns the collection of fields groups by this class in the form of an array.
getConcurrencyGroups() - Method in interface com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement.Impl
Get all concurrency groups.
getConcurrencyGroups() - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceFieldElement
Returns the array of concurrency groups to which this field belongs.
getConcurrencyGroups() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
Returns the array of concurrency groups to which this field belongs.
getConsistencyLevel() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
Gets the consistency level of this mapping class.
getConsistencyLevel() - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingClassElement
Gets the consistency level of this mapping class.
getConstructor(String, String[]) - Method in class com.sun.jdo.api.persistence.model.Model
Returns the constructor element for the specified argument types in the class with the specified name.
getConstructor(String, String[]) - Method in class com.sun.jdo.api.persistence.model.RuntimeModel
Returns the constructor element for the specified argument types in the class with the specified name.
getDatabaseRoot() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
Returns the name of the SchemaElement which represents the database used by the tables mapped to this mapping class.
getDatabaseRoot() - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingClassElement
Returns the name of the SchemaElement which represents the database used by the tables mapped to this mapping class element.
getDeclaringClass() - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceMemberElement
Get the declaring class.
getDeclaringClass() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingMemberElementImpl
Get the declaring class.
getDeclaringClass() - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingMemberElement
Get the declaring class.
getDeclaringClass(Object) - Method in class com.sun.jdo.api.persistence.model.Model
Returns the string representation of declaring class of the specified member element.
getDeclaringClass(Object) - Method in class com.sun.jdo.api.persistence.model.RuntimeModel
Returns the string representation of declaring class of the specified member element.
getDeclaringTable() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingReferenceKeyElementImpl
Get the declaring table.
getDefaultCollectionClass(String) - Method in class com.sun.jdo.api.persistence.model.Model
Returns the default collection class for the specified class.
getDeleteAction() - Method in class com.sun.jdo.api.persistence.model.jdo.impl.RelationshipElementImpl
Get the delete action for this relationship element.
getDeleteAction() - Method in class com.sun.jdo.api.persistence.model.jdo.RelationshipElement
Get the delete action for this relationship element.
getDeleteAction() - Method in interface com.sun.jdo.api.persistence.model.jdo.RelationshipElement.Impl
Get the delete action for this relationship element.
getDeleteAction() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingRelationshipElementImpl
Get the delete action for this relationship element.
getElement(String) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceElementCollection
Returns the element with the supplied name from the collection of elements maintained by this collection.
getElementClass() - Method in class com.sun.jdo.api.persistence.model.jdo.impl.RelationshipElementImpl
Get the element class for this relationship element.
getElementClass() - Method in class com.sun.jdo.api.persistence.model.jdo.RelationshipElement
Get the element class for this relationship element.
getElementClass() - Method in interface com.sun.jdo.api.persistence.model.jdo.RelationshipElement.Impl
Get the element class for this relationship element.
getElementClass() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingRelationshipElementImpl
Get the element class for this relationship element.
getElements() - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceElementCollection
Returns the collection of elements maintained by this holder in the form of an array.
getEqualsArgs() - Static method in class com.sun.jdo.api.persistence.model.Model
Standard set of arguments for comparison with equals method.
getFetchGroup() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
Get the fetch group of this field element.
getFetchGroup() - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingFieldElement
Get the fetch group of this field element.
getField(String) - Method in interface com.sun.jdo.api.persistence.model.jdo.FieldElementHolder
Returns the field with the supplied name from the collection of fields maintained by this holder.
getField(String) - Method in class com.sun.jdo.api.persistence.model.jdo.FieldGroupElement
Returns the field with the supplied name from the collection of fields maintained by this holder.
getField(String) - Method in interface com.sun.jdo.api.persistence.model.jdo.FieldGroupElement.Impl
Find a field by name.
getField(String) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.FieldGroupElementImpl
Find a field by name.
getField(String) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceClassElementImpl
Find a field by name.
getField(String) - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement
Returns the field with the supplied name from the collection of fields maintained by this holder.
getField(String) - Method in interface com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement.Impl
Find a field by name.
getField(String) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
Scans through this mapping class looking for a field whose name matches the name passed in.
getField(String) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingClassElement
Scans through this mapping class looking for a field whose name matches the name passed in.
getField(String, String) - Method in class com.sun.jdo.api.persistence.model.Model
Returns the field element for the specified fieldName in the class with the specified className.
getField(String, String) - Method in class com.sun.jdo.api.persistence.model.RuntimeModel
Returns the field element for the specified fieldName in the class with the specified className.
getFieldCollection() - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceClassElementImpl
Returns the field collection of this class element.
getFieldNumber() - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceFieldElement
Computes the field number of this field element.
getFieldNumber() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
Computes the field number of this field element.
getFields() - Method in interface com.sun.jdo.api.persistence.model.jdo.FieldElementHolder
Returns the collection of fields maintained by this holder in the form of an array.
getFields() - Method in class com.sun.jdo.api.persistence.model.jdo.FieldGroupElement
Returns the collection of fields maintained by this holder in the form of an array.
getFields() - Method in interface com.sun.jdo.api.persistence.model.jdo.FieldGroupElement.Impl
Get all fields.
getFields() - Method in class com.sun.jdo.api.persistence.model.jdo.impl.FieldGroupElementImpl
Get all fields.
getFields() - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceClassElementImpl
Get all fields.
getFields() - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement
Returns the collection of fields maintained by this holder in the form of an array.
getFields() - Method in interface com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement.Impl
Get all fields.
getFields() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
Returns the list of fields (MappingFieldElements) in this mapping class.
getFields() - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingClassElement
Returns the list of fields (MappingFieldElements) in this mapping class.
getFields(String) - Method in class com.sun.jdo.api.persistence.model.Model
Returns a list of names of all the declared field elements in the class with the specified name.
getFields(String) - Method in class com.sun.jdo.api.persistence.model.RuntimeModel
Returns a list of names of all the declared field elements in the class with the specified name.
getFieldType(String, String) - Method in class com.sun.jdo.api.persistence.model.Model
Returns the field type for the specified fieldName in the class with the specified className.
getFile(String, String) - Method in class com.sun.jdo.api.persistence.model.RuntimeModel
Returns a file with the given file name which is parallel to the supplied class.
getFileName(String) - Method in class com.sun.jdo.api.persistence.model.Model
Computes the base file name (without extension) for the supplied class name by converting the package name to a path name.
getFileNameWithExtension(String) - Method in class com.sun.jdo.api.persistence.model.Model
Computes the mapping file name (with extension) for the supplied class name by converting the package name to a path name.
getFullValidationList() - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Computes and returns a collection of ValidationComponents representing the tests to be performed during validation.
getGroupCollection() - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceClassElementImpl
Returns the concurrency group collection of this class element.
getImpl() - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceElement
 
getInheritedField(String, String) - Method in class com.sun.jdo.api.persistence.model.Model
Returns the inherited field element for the specified fieldName in the class with the specified className.
getInheritedMethod(String, String, String[]) - Method in class com.sun.jdo.api.persistence.model.Model
Returns the inherited method element for the specified method name and argument types in the class with the specified name.
getInputStreamForResource(String, ClassLoader, String) - Method in class com.sun.jdo.api.persistence.model.Model
Returns the input stream with the supplied resource name found with the supplied class name.
getInputStreamForResource(String, ClassLoader, String) - Method in class com.sun.jdo.api.persistence.model.RuntimeModel
Returns the input stream with the supplied resource name found with the supplied class name.
getInverseRelationship(Model) - Method in class com.sun.jdo.api.persistence.model.jdo.RelationshipElement
Get the inverse relationship element for this relationship element.
getInverseRelationshipName() - Method in class com.sun.jdo.api.persistence.model.jdo.impl.RelationshipElementImpl
Get the relative name of the inverse relationship field for this relationship element.
getInverseRelationshipName() - Method in class com.sun.jdo.api.persistence.model.jdo.RelationshipElement
Get the relative name of the inverse relationship field for this relationship element.
getInverseRelationshipName() - Method in interface com.sun.jdo.api.persistence.model.jdo.RelationshipElement.Impl
Get the relative name of the inverse relationship field for this relationship element.
getKey() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingTableElementImpl
Returns the list of column names in the primary key for this mapping table.
getKey() - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingTableElement
Returns the list of column names in the primary key for this mapping table.
getKeyClass() - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceClassElementImpl
Get the fully qualified name of the primary key class for this class element.
getKeyClass() - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement
Get the fully qualified name of the primary key class for this class element.
getKeyClass() - Method in interface com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement.Impl
Get the fully qualified name of the primary key class for this class element.
getKeyClass() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
Get the fully qualified name of the primary key class for this class element.
getKeyName() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingReferenceKeyElementImpl
Get the name of this element.
getKeyObjects() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingTableElementImpl
Returns the list of columns (ColumnElements) in the primary key for this mapping table.
getLocalColumns() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingReferenceKeyElementImpl
Get all local columns in this reference key.
getLogger() - Static method in class com.sun.jdo.api.persistence.model.util.LogHelperModel
Return the logger for the model component
getLogOnAccess() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
 
getLogOnUpdate() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
 
getLowerBound() - Method in class com.sun.jdo.api.persistence.model.jdo.impl.RelationshipElementImpl
Get the lower cardinality bound for this relationship element.
getLowerBound() - Method in class com.sun.jdo.api.persistence.model.jdo.RelationshipElement
Get the lower cardinality bound for this relationship element.
getLowerBound() - Method in interface com.sun.jdo.api.persistence.model.jdo.RelationshipElement.Impl
Get the lower cardinality bound for this relationship element.
getLowerBound() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingRelationshipElementImpl
Get the lower cardinality bound for this relationship element.
getMappingCache() - Method in class com.sun.jdo.api.persistence.model.Model
Returns an unmodifiable copy of the MappingClassElement cache.
getMappingClass(String) - Method in class com.sun.jdo.api.persistence.model.Model
Returns the MappingClassElement created for the specified class name.
getMappingClass(String, ClassLoader) - Method in class com.sun.jdo.api.persistence.model.Model
Returns the MappingClassElement created for the specified class name.
getMappingClass(String, ClassLoader) - Method in class com.sun.jdo.api.persistence.model.RuntimeModel
Returns the MappingClassElement created for the specified class name.
getMessage() - Method in exception class com.sun.jdo.api.persistence.model.ModelVetoException
Returns the error message string of this throwable object.
getMessage() - Method in exception class com.sun.jdo.api.persistence.model.util.ModelValidationException
Returns the error message string of this throwable object.
getMessages() - Static method in class com.sun.jdo.api.persistence.model.jdo.PersistenceElement
 
getMessages() - Static method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingElementImpl
 
getMessages() - Static method in class com.sun.jdo.api.persistence.model.Model
 
getMessages() - Static method in exception class com.sun.jdo.api.persistence.model.util.ModelValidationException
 
getMessages() - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
 
getMethod(String, String, String[]) - Method in class com.sun.jdo.api.persistence.model.Model
Returns the method element for the specified method name and argument types in the class with the specified name.
getMethod(String, String, String[]) - Method in class com.sun.jdo.api.persistence.model.RuntimeModel
Returns the method element for the specified method name and argument types in the class with the specified name.
getModel() - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Get the model object used for validation.
getModifiers(Object) - Method in class com.sun.jdo.api.persistence.model.Model
Returns the modifier mask for the specified member element.
getModifiers(Object) - Method in class com.sun.jdo.api.persistence.model.RuntimeModel
Returns the modifier mask for the specified member element.
getModifiers(String, String) - Method in class com.sun.jdo.api.persistence.model.Model
Returns the modifier mask for the specified fieldName in the class with the specified className.
getModifiersForClass(String) - Method in class com.sun.jdo.api.persistence.model.Model
Returns the modifier mask for the specified className.
getModifyBeforeImageOnUpdate() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
 
getName() - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceElementImpl
Get the name of this persistence element.
getName() - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceElement
Get the name of this persistence element.
getName() - Method in interface com.sun.jdo.api.persistence.model.jdo.PersistenceElement.Impl
Get the name of this persistence element.
getName() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingElementImpl
Get the name of this mapping element.
getName() - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingElement
Get the name of this mapping element.
getObjectIdentityType() - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceClassElementImpl
Get the object identity type of this class element.
getObjectIdentityType() - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement
Get the object identity type of this class element.
getObjectIdentityType() - Method in interface com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement.Impl
Get the object identity type of this class element.
getObserveOnAccess() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
 
getOffendingObject() - Method in exception class com.sun.jdo.api.persistence.model.util.ModelValidationException
Get the offending object -- the one being validated when the problem occurred.
getOwner() - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceElementCollection
Returns the owner of this collection.
getPackage() - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement
Get the package name of this class element.
getPersistenceClass(MappingClassElement) - Method in class com.sun.jdo.api.persistence.model.Model
Returns a PersistenceClassElement created from the mapping class.
getPersistenceClass(String) - Method in class com.sun.jdo.api.persistence.model.Model
Returns a PersistenceClassElement created from the specified class name.
getPersistenceClass(String, ClassLoader) - Method in class com.sun.jdo.api.persistence.model.Model
Returns a PersistenceClassElement created from the specified class name.
getPersistenceElement() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
 
getPersistenceField(String, String) - Method in class com.sun.jdo.api.persistence.model.Model
Returns the PersistenceFieldElement with the supplied fieldName found in the supplied className.
getPersistenceFieldInternal(String, String) - Method in class com.sun.jdo.api.persistence.model.Model
Returns the PersistenceFieldElement with the supplied fieldName found in the supplied className.
getPersistenceType() - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceFieldElementImpl
Get the persistence type of this field element.
getPersistenceType() - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceFieldElement
Get the persistence type of this field element.
getPersistenceType() - Method in interface com.sun.jdo.api.persistence.model.jdo.PersistenceFieldElement.Impl
Get the persistence type of this field element.
getProperties() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
 
getProperties() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
 
getPropertyName() - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceElementCollection
Returns the property name of this collection.
getReadObjectArgs() - Static method in class com.sun.jdo.api.persistence.model.Model
Standard set of arguments for comparison with readObject method.
getRecordOnUpdate() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
 
getReferencedColumns() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingReferenceKeyElementImpl
Get all referenced columns in this reference key.
getReferencedTable() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingReferenceKeyElementImpl
Get the referenced table of the reference key.
getReferencingKeys() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingTableElementImpl
Returns the list of keys (MappingReferenceKeyElements) for this mapping table.
getReferencingKeys() - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingTableElement
Returns the list of keys (MappingReferenceKeyElements) for this mapping table.
getReferentialIntegrityUpdates() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
 
getRelatedClass(RelationshipElement) - Method in class com.sun.jdo.api.persistence.model.Model
Gets the name of the related class for a relationship element.
getRelationship(String) - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement
Returns the relationship with the supplied name from the collection of relationships maintained by this holder.
getRelationships() - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement
Returns the subset of the collection of fields which are relationahips.
getResourceName(String) - Method in class com.sun.jdo.api.persistence.model.Model
Computes the base resource name (without extension) for the supplied class name by converting the package name to a resource name.
getResourceNameWithExtension(String) - Method in class com.sun.jdo.api.persistence.model.Model
Computes the mapping file resource name (with extension) for the supplied class name by converting the package name to a resource name.
getSendBeforeImage() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
 
getStrategy() - Static method in class com.sun.jdo.api.persistence.model.ClassLoaderStrategy
Get the value of the property ClassLoaderStrategy.PROPERTY_MULTIPLE_CLASS_LOADERS used to define the model behavior concerning multiple class loaders.
getSuperclass(String) - Method in class com.sun.jdo.api.persistence.model.Model
Returns the name of the superclass for the given class name.
getSuperclass(String) - Method in class com.sun.jdo.api.persistence.model.RuntimeModel
Returns the name of the superclass for the given class name.
getSupportedCollectionClasses(String) - Method in class com.sun.jdo.api.persistence.model.Model
Computes the list of names of the possible collection classes for the specified class.
getTable() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingReferenceKeyElementImpl
Returns the mapping table element for this referencing key.
getTable() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingTableElementImpl
Returns the name of the table element used by this mapping table.
getTable() - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingReferenceKeyElement
Returns the mapping table element for this referencing key.
getTable() - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingTableElement
Returns the name of the table element used by this mapping table.
getTable(String) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
Scans through this mapping class looking for a table whose name matches the name passed in.
getTable(String) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingClassElement
Scans through this mapping class looking for a table whose name matches the name passed in.
getTableObject() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingTableElementImpl
Returns the table element (TableElement) used by this mapping table.
getTables() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
Returns the list of tables (MappingTableElements) used by this mapping class.
getTables() - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingClassElement
Returns the list of tables (MappingTableElements) used by this mapping class.
getTargetException() - Method in exception class com.sun.jdo.api.persistence.model.ModelVetoException
Get the thrown target exception.
getTemplate() - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceElementCollection
Returns the template for the array of this collection.
getType() - Method in exception class com.sun.jdo.api.persistence.model.util.ModelValidationException
getType(Object) - Method in class com.sun.jdo.api.persistence.model.Model
Returns the string representation of type of the specified element.
getType(Object) - Method in class com.sun.jdo.api.persistence.model.RuntimeModel
Returns the string representation of type of the specified element.
getTypeObject(Object) - Method in class com.sun.jdo.api.persistence.model.RuntimeModel
Returns the Class type of the specified element.
getUpdateAction() - Method in class com.sun.jdo.api.persistence.model.jdo.impl.RelationshipElementImpl
Get the update action for this relationship element.
getUpdateAction() - Method in class com.sun.jdo.api.persistence.model.jdo.RelationshipElement
Get the update action for this relationship element.
getUpdateAction() - Method in interface com.sun.jdo.api.persistence.model.jdo.RelationshipElement.Impl
Get the update action for this relationship element.
getUpdateAction() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingRelationshipElementImpl
Get the update action for this relationship element.
getUpperBound() - Method in class com.sun.jdo.api.persistence.model.jdo.impl.RelationshipElementImpl
Get the upper cardinality bound for this relationship element.
getUpperBound() - Method in class com.sun.jdo.api.persistence.model.jdo.RelationshipElement
Get the upper cardinality bound for this relationship element.
getUpperBound() - Method in interface com.sun.jdo.api.persistence.model.jdo.RelationshipElement.Impl
Get the upper cardinality bound for this relationship element.
getUpperBound() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingRelationshipElementImpl
Get the upper cardinality bound for this relationship element.
getVersionFields() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
Returns the list of version fields (MappingFieldElements) in this mapping class.
getVersionFields() - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingClassElement
Returns the list of version fields (MappingFieldElements) in this mapping class.
getVersionNumber() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
Returns the version number of this MappingClassElement object.
getVersionNumber() - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingClassElement
Returns the version number of this MappingClassElement object.
getWriteObjectArgs() - Static method in class com.sun.jdo.api.persistence.model.Model
Standard set of arguments for comparison with writeObject method.
GROUP_DEFAULT - Static variable in interface com.sun.jdo.api.persistence.model.mapping.MappingFieldElement
Constant representing the jdo default fetch group.
GROUP_INDEPENDENT - Static variable in interface com.sun.jdo.api.persistence.model.mapping.MappingFieldElement
Constant representing an independent fetch group.
GROUP_NONE - Static variable in interface com.sun.jdo.api.persistence.model.mapping.MappingFieldElement
Constant representing no fetch group.

H

hasClass(String) - Method in class com.sun.jdo.api.persistence.model.Model
Determines if a class with the specified className exists.
hasClass(String, ClassLoader) - Method in class com.sun.jdo.api.persistence.model.Model
Determines if a class with the specified className exists.
hasConstructor(String) - Method in class com.sun.jdo.api.persistence.model.Model
Determines if the class with the specified name declares a constructor.
hasConstructor(String) - Method in class com.sun.jdo.api.persistence.model.RuntimeModel
Determines if the class with the specified name declares a constructor.
hasField(String, String) - Method in class com.sun.jdo.api.persistence.model.Model
Determines if a field with the specified fieldName exists in the class with the specified className.
hashCode() - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceElement
Overrides Object's hashCode method to return the hashCode of this persistence element's name.
hashCode() - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceMemberElement
Overrides PersistenceElement's hashCode method to add the hashCode of this persistence element's declaring class.
hashCode() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingElementImpl
Overrides Object's hashCode method to return the hashCode of this mapping element's name.
hashCode() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingMemberElementImpl
Overrides MappingElementImpl's hashCode method to add the hashCode of this mapping element's declaring class.
hasOldVersionNumber() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
Returns true if the version number of this MappingClassElement object is older than the current version number of the archiving scheme.
hasOldVersionNumber() - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingClassElement
Returns true if the version number of this MappingClassElement object is older than the current version number of the archiving scheme.
hasPersistentSuperclass(String) - Method in class com.sun.jdo.api.persistence.model.Model
Determines if the specified className has a persistent superclass.

I

implementsInterface(Object, String) - Method in class com.sun.jdo.api.persistence.model.Model
Determines if the specified class implements the specified interface.
implementsInterface(Object, String) - Method in class com.sun.jdo.api.persistence.model.RuntimeModel
Determines if the specified class implements the specified interface.
IN_CONCURRENCY_CHECK - Static variable in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
 
isArray(String, String) - Method in class com.sun.jdo.api.persistence.model.Model
Determines if a field with the specified fieldName in the class with the specified className is an array.
isArray(String, String) - Method in class com.sun.jdo.api.persistence.model.RuntimeModel
Determines if a field with the specified fieldName in the class with the specified className is an array.
isByteArray(String) - Method in class com.sun.jdo.api.persistence.model.Model
Determines if the specified className represents a byte array.
isByteArray(String, String) - Method in class com.sun.jdo.api.persistence.model.Model
Determines if a field with the specified fieldName in the class with the specified className is a byte array.
isCollection(String) - Method in class com.sun.jdo.api.persistence.model.Model
Determines if the class name represents a collection.
isDefaultFetchGroup(String, String) - Method in class com.sun.jdo.api.persistence.model.Model
Determines if the specified className and fieldName pair represent a field which is part of the default fetch group.
isEqual(TableElement) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingTableElementImpl
Returns true if the table element used by this mapping table is equal to the supplied table.
isEqual(TableElement) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingTableElement
Returns true if the table element used by this mapping table is equal to the supplied table.
isInConcurrencyCheck() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
Determines whether this field element is in a concurrency check or not.
isInConcurrencyCheck() - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingFieldElement
Determines whether this field element is in a concurrency check or not.
isInterface(String) - Method in class com.sun.jdo.api.persistence.model.Model
Determines if the specified className represents an interface type.
isInterface(String) - Method in class com.sun.jdo.api.persistence.model.RuntimeModel
Determines if the specified className represents an interface type.
isKey() - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceFieldElementImpl
Determines whether this field element is a key field or not.
isKey() - Method in interface com.sun.jdo.api.persistence.model.jdo.PersistenceFieldElement.Impl
Determines whether this field element is a key field or not.
isKey() - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceFieldElement
Determines whether this field element is a key field or not.
isKey(String, String) - Method in class com.sun.jdo.api.persistence.model.Model
Determines if the specified className and fieldName pair represent a key field.
isMappedToTable(MappingTableElement) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
 
isModified() - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceClassElementImpl
Gets the modified flag for this persistence class.
isModified() - Method in interface com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement.Impl
Gets the modified flag for this persistence class.
isModified() - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement
Gets the modified flag for this persistence class.
isModified() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
Gets the modified flag for this mapping class.
isModified() - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingClassElement
Gets the modified flag for this mapping class.
isMutableSecondClassObject(String) - Method in class com.sun.jdo.api.persistence.model.Model
Determines if the specified className represents a mutable second class object.
isNavigable() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
Gets the navigable flag for this mapping class.
isNavigable() - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingClassElement
Gets the navigable flag for this mapping class.
isPersistenceCapableAllowed(String) - Method in class com.sun.jdo.api.persistence.model.Model
Determines if the specified className represents a legal candidate for becoming a persistence capable class.
isPersistent(String) - Method in class com.sun.jdo.api.persistence.model.Model
Determines if the specified className represents a persistence capable class.
isPersistent(String, ClassLoader) - Method in class com.sun.jdo.api.persistence.model.Model
Determines if the specified className represents a persistence capable class.
isPersistent(String, String) - Method in class com.sun.jdo.api.persistence.model.Model
Determines if the specified className and fieldName pair represent a persistent field.
isPersistentAllowed(String, ClassLoader, String) - Method in class com.sun.jdo.api.persistence.model.Model
Returns true if the specified field can be made persistent, false otherwise.
isPersistentAllowed(String, String) - Method in class com.sun.jdo.api.persistence.model.Model
Returns true if the specified field can be made persistent, false otherwise.
isPersistentTypeAllowed(String, ClassLoader) - Method in class com.sun.jdo.api.persistence.model.Model
Returns true if the a field of the specified class or type can be made persistent, false otherwise.
isPrefetch() - Method in class com.sun.jdo.api.persistence.model.jdo.impl.RelationshipElementImpl
Determines whether this relationship element should prefetch or not.
isPrefetch() - Method in interface com.sun.jdo.api.persistence.model.jdo.RelationshipElement.Impl
Determines whether this relationship element should prefetch or not.
isPrefetch() - Method in class com.sun.jdo.api.persistence.model.jdo.RelationshipElement
Determines whether this relationship element should prefetch or not.
isPrimitive(String) - Method in class com.sun.jdo.api.persistence.model.Model
Determines if the specified className represents a primitive type.
isPrimitive(String, String) - Method in class com.sun.jdo.api.persistence.model.Model
Determines if a field with the specified fieldName in the class with the specified className has a primitive type.
isReadOnly() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
Determines whether this field element is read only or not.
isReadOnly() - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingFieldElement
Determines whether this field element is read only or not.
isReadSensitive() - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceFieldElementImpl
Determines whether this field element is read sensitive or not.
isReadSensitive() - Method in interface com.sun.jdo.api.persistence.model.jdo.PersistenceFieldElement.Impl
Determines whether this field element is read sensitive or not.
isReadSensitive() - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceFieldElement
Determines whether this field element is read sensitive or not.
isSecondClassObject(String) - Method in class com.sun.jdo.api.persistence.model.Model
Determines if the specified className represents a second class object.
isSerializable(Object) - Method in class com.sun.jdo.api.persistence.model.Model
Determines if the specified field element has a serializable type.
isSerializable(Object) - Method in class com.sun.jdo.api.persistence.model.RuntimeModel
Determines if the specified field element has a serializable type.
isValidKeyType(String, String) - Method in class com.sun.jdo.api.persistence.model.Model
Determines if the specified className and fieldName pair represent a field which has a type which is valid for key fields.
isVersion() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
Determines whether this field element is a version field or not.
isVersion() - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingFieldElement
Determines whether this field element is a version field or not.
isWriteSensitive() - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceFieldElementImpl
Determines whether this field element is write sensitive or not.
isWriteSensitive() - Method in interface com.sun.jdo.api.persistence.model.jdo.PersistenceFieldElement.Impl
Determines whether this field element is write sensitive or not.
isWriteSensitive() - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceFieldElement
Determines whether this field element is write sensitive or not.

L

LOCK_WHEN_LOADED_CONSISTENCY - Static variable in interface com.sun.jdo.api.persistence.model.mapping.MappingClassElement
Constant representing Consistency level.
LOCK_WHEN_MODIFIED_CHECK_ALL_AT_COMMIT_CONSISTENCY - Static variable in interface com.sun.jdo.api.persistence.model.mapping.MappingClassElement
Constant representing Consistency level.
LOCK_WHEN_MODIFIED_CONSISTENCY - Static variable in interface com.sun.jdo.api.persistence.model.mapping.MappingClassElement
Constant representing Consistency level.
lockFile(String) - Method in class com.sun.jdo.api.persistence.model.Model
 
LOG_ON_ACCESS - Static variable in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
 
LOG_ON_MASK - Static variable in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
 
LOG_ON_UPDATE - Static variable in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
 
LogHelperModel - Class in com.sun.jdo.api.persistence.model.util
 
LogHelperModel() - Constructor for class com.sun.jdo.api.persistence.model.util.LogHelperModel
 

M

main(String[]) - Static method in class com.sun.jdo.api.persistence.model.util.DumpMapping
 
MAPPING_EXTENSION - Static variable in interface com.sun.jdo.api.persistence.model.mapping.MappingClassElement
Constant representing mapping file extension.
MappingClassElement - Interface in com.sun.jdo.api.persistence.model.mapping
 
MappingClassElementImpl - Class in com.sun.jdo.api.persistence.model.mapping.impl
 
MappingClassElementImpl() - Constructor for class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
Create new MappingClassElementImpl with no corresponding persistence element or name.
MappingClassElementImpl(PersistenceClassElement) - Constructor for class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
Creates new MappingClassElementImpl with a corresponding PersistenceClassElement
MappingClassElementImpl(String) - Constructor for class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
Creates new MappingClassElementImpl with the corresponding name
MappingElement - Interface in com.sun.jdo.api.persistence.model.mapping
 
MappingElementImpl - Class in com.sun.jdo.api.persistence.model.mapping.impl
 
MappingElementImpl() - Constructor for class com.sun.jdo.api.persistence.model.mapping.impl.MappingElementImpl
Create new MappingElementImpl with no corresponding name.
MappingElementImpl(String) - Constructor for class com.sun.jdo.api.persistence.model.mapping.impl.MappingElementImpl
Creates new MappingElementImpl with the corresponding name
MappingElementProperties - Interface in com.sun.jdo.api.persistence.model.mapping
 
MappingFieldElement - Interface in com.sun.jdo.api.persistence.model.mapping
 
MappingFieldElementImpl - Class in com.sun.jdo.api.persistence.model.mapping.impl
 
MappingFieldElementImpl() - Constructor for class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
Create new MappingFieldElementImpl with no corresponding name or declaring class.
MappingFieldElementImpl(String, MappingClassElement) - Constructor for class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
Create new MappingFieldElementImpl with the corresponding name and declaring class.
MappingMemberElement - Interface in com.sun.jdo.api.persistence.model.mapping
 
MappingMemberElementImpl - Class in com.sun.jdo.api.persistence.model.mapping.impl
 
MappingMemberElementImpl() - Constructor for class com.sun.jdo.api.persistence.model.mapping.impl.MappingMemberElementImpl
Create new MappingMemberElementImpl with no corresponding name or declaring class.
MappingMemberElementImpl(String, MappingClassElement) - Constructor for class com.sun.jdo.api.persistence.model.mapping.impl.MappingMemberElementImpl
Create new MappingMemberElementImpl with the corresponding name and declaring class.
MappingReferenceKeyElement - Interface in com.sun.jdo.api.persistence.model.mapping
This is an element which represents a relationship between two tables (primary and secondary).
MappingReferenceKeyElementImpl - Class in com.sun.jdo.api.persistence.model.mapping.impl
 
MappingReferenceKeyElementImpl() - Constructor for class com.sun.jdo.api.persistence.model.mapping.impl.MappingReferenceKeyElementImpl
Create new MappingReferenceKeyElementImpl with no corresponding name.
MappingReferenceKeyElementImpl(MappingTableElement) - Constructor for class com.sun.jdo.api.persistence.model.mapping.impl.MappingReferenceKeyElementImpl
Creates new MappingReferenceKeyElementImpl with a corresponding mapping table.
MappingReferenceKeyElementImpl(String) - Constructor for class com.sun.jdo.api.persistence.model.mapping.impl.MappingReferenceKeyElementImpl
Creates new MappingReferenceKeyElementImpl with the corresponding name
MappingRelationshipElement - Interface in com.sun.jdo.api.persistence.model.mapping
This is a specialized field element which represents a relationship between two classes.
MappingRelationshipElementImpl - Class in com.sun.jdo.api.persistence.model.mapping.impl
 
MappingRelationshipElementImpl() - Constructor for class com.sun.jdo.api.persistence.model.mapping.impl.MappingRelationshipElementImpl
Create new MappingRelationshipElementImpl with no corresponding name or declaring class.
MappingRelationshipElementImpl(String, MappingClassElement) - Constructor for class com.sun.jdo.api.persistence.model.mapping.impl.MappingRelationshipElementImpl
Create new MappingRelationshipElementImpl with the corresponding name and declaring class.
MappingTableElement - Interface in com.sun.jdo.api.persistence.model.mapping
This is an element which represents a database table.
MappingTableElementImpl - Class in com.sun.jdo.api.persistence.model.mapping.impl
 
MappingTableElementImpl() - Constructor for class com.sun.jdo.api.persistence.model.mapping.impl.MappingTableElementImpl
Create new MappingTableElementImpl with no corresponding name or declaring class.
MappingTableElementImpl(String, MappingClassElement) - Constructor for class com.sun.jdo.api.persistence.model.mapping.impl.MappingTableElementImpl
Create new MappingTableElementImpl with the corresponding name and declaring class.
MappingTableElementImpl(TableElement, MappingClassElement) - Constructor for class com.sun.jdo.api.persistence.model.mapping.impl.MappingTableElementImpl
Creates new MappingTableElementImpl with a corresponding table and declaring class.
messageBase - Static variable in class com.sun.jdo.api.persistence.model.Model
I18N message base
MOD_BI_ON_UPDATE - Static variable in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
 
Model - Class in com.sun.jdo.api.persistence.model
 
Model() - Constructor for class com.sun.jdo.api.persistence.model.Model
 
ModelException - Exception Class in com.sun.jdo.api.persistence.model
 
ModelException() - Constructor for exception class com.sun.jdo.api.persistence.model.ModelException
Creates new ModelException without detail message.
ModelException(String) - Constructor for exception class com.sun.jdo.api.persistence.model.ModelException
Constructs an ModelException with the specified detail message.
ModelValidationException - Exception Class in com.sun.jdo.api.persistence.model.util
 
ModelValidationException() - Constructor for exception class com.sun.jdo.api.persistence.model.util.ModelValidationException
Creates new ModelValidationException of type ModelValidationException.ERROR without a detail message and with null as the offending object.
ModelValidationException(int, Object, String) - Constructor for exception class com.sun.jdo.api.persistence.model.util.ModelValidationException
Constructs a ModelValidationException of the specified type with the specified detail message and offending object.
ModelValidationException(Object) - Constructor for exception class com.sun.jdo.api.persistence.model.util.ModelValidationException
Constructs a ModelValidationException of type ModelValidationException.ERROR with the specified offending object and no detail message.
ModelValidationException(Object, String) - Constructor for exception class com.sun.jdo.api.persistence.model.util.ModelValidationException
Constructs a ModelValidationException of type ModelValidationException.ERROR with the specified detail message and offending object.
ModelValidationException(String) - Constructor for exception class com.sun.jdo.api.persistence.model.util.ModelValidationException
Constructs a ModelValidationException of type ModelValidationException.ERROR with the specified detail message and null as the offending object.
ModelValidator - Class in com.sun.jdo.api.persistence.model.util
 
ModelValidator(Model, String, ClassLoader, ResourceBundle) - Constructor for class com.sun.jdo.api.persistence.model.util.ModelValidator
Create a new model validator object.
ModelValidator(Model, String, ResourceBundle) - Constructor for class com.sun.jdo.api.persistence.model.util.ModelValidator
 
ModelVetoException - Exception Class in com.sun.jdo.api.persistence.model
 
ModelVetoException() - Constructor for exception class com.sun.jdo.api.persistence.model.ModelVetoException
Creates new ModelVetoException without detail message and null as the target exception.
ModelVetoException(String) - Constructor for exception class com.sun.jdo.api.persistence.model.ModelVetoException
Constructs an ModelVetoException with the specified detail message and null as the target exception..
ModelVetoException(Throwable) - Constructor for exception class com.sun.jdo.api.persistence.model.ModelVetoException
Constructs a ModelVetoException with a target exception.
ModelVetoException(Throwable, String) - Constructor for exception class com.sun.jdo.api.persistence.model.ModelVetoException
Constructs a ModelVetoException with a target exception and a detail message.
MULTIPLE_CLASS_LOADERS_ERROR - Static variable in class com.sun.jdo.api.persistence.model.ClassLoaderStrategy
Constant representing the value "error" of the System property com.sun.jdo.api.persistence.model.multipleClassLoaders Setting the system property to "reload" causes the model to throw an exception if the same class is used with a diferent class loader.
MULTIPLE_CLASS_LOADERS_IGNORE - Static variable in class com.sun.jdo.api.persistence.model.ClassLoaderStrategy
Constant representing the value "ignore" of the System property com.sun.jdo.api.persistence.model.multipleClassLoaders Setting the system property to "ignore" causes the model to ignore any new class loader for the same fully qualified class name.
MULTIPLE_CLASS_LOADERS_RELOAD - Static variable in class com.sun.jdo.api.persistence.model.ClassLoaderStrategy
Constant representing the value "reload" of the System property com.sun.jdo.api.persistence.model.multipleClassLoaders Setting the system property to "reload" causes the model to reload the class mapping if it is specified with a new class loader.

N

NAVIGABLE - Static variable in class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
 
NewModel(String, String) - Static method in class com.sun.jdo.api.persistence.model.Model
Create a new Model of the requested type.
NO_ARGS - Static variable in class com.sun.jdo.api.persistence.model.Model
Standard set of empty arguments (for comparison with hashCode method and no-arg constructor).
NONE_ACTION - Static variable in class com.sun.jdo.api.persistence.model.jdo.RelationshipElement
Constant representing no action.
NONE_CONSISTENCY - Static variable in interface com.sun.jdo.api.persistence.model.mapping.MappingClassElement
Constant representing Consistency level.
NULLIFY_ACTION - Static variable in class com.sun.jdo.api.persistence.model.jdo.RelationshipElement
Constant representing nullify action.

O

OBSERVE_ON_ACCESS - Static variable in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
 

P

parse(String) - Method in class com.sun.jdo.api.persistence.model.Model
Parses the combination of java (or class) information and mapping/jdo information by running through a subset of the full validation check and aborting (and returning false at the first error or warning.
parseCheck() - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
Main method used for parsing the combination of java (or class) information and mapping/jdo information by running through a subset of the full validation check and aborting (and returning false at the first error or warning.
PersistenceClassElement - Class in com.sun.jdo.api.persistence.model.jdo
 
PersistenceClassElement() - Constructor for class com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement
Create new PersistenceClassElement with no implementation.
PersistenceClassElement(PersistenceClassElement.Impl) - Constructor for class com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement
Create new PersistenceClassElement with the provided implementation.
PersistenceClassElement.Impl - Interface in com.sun.jdo.api.persistence.model.jdo
Pluggable implementation of the storage of class element properties.
PersistenceClassElementImpl - Class in com.sun.jdo.api.persistence.model.jdo.impl
 
PersistenceClassElementImpl() - Constructor for class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceClassElementImpl
Create new PersistenceClassElementImpl with no corresponding name.
PersistenceClassElementImpl(String) - Constructor for class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceClassElementImpl
Creates new PersistenceClassElementImpl with the corresponding name
PersistenceElement - Class in com.sun.jdo.api.persistence.model.jdo
 
PersistenceElement() - Constructor for class com.sun.jdo.api.persistence.model.jdo.PersistenceElement
Create new PersistenceElement with no implementation.
PersistenceElement(PersistenceElement.Impl) - Constructor for class com.sun.jdo.api.persistence.model.jdo.PersistenceElement
Create new PersistenceElement with the provided implementation.
PersistenceElement.Impl - Interface in com.sun.jdo.api.persistence.model.jdo
Pluggable implementation of the storage of element properties.
PersistenceElementCollection - Class in com.sun.jdo.api.persistence.model.jdo.impl
 
PersistenceElementCollection() - Constructor for class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceElementCollection
Create new PersistenceElementCollection with no owner, property, or template.
PersistenceElementCollection(PersistenceElementImpl, String, Object[]) - Constructor for class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceElementCollection
Creates new PersistenceElementCollection
PersistenceElementImpl - Class in com.sun.jdo.api.persistence.model.jdo.impl
 
PersistenceElementImpl() - Constructor for class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceElementImpl
Create new PersistenceElementImpl with no corresponding name.
PersistenceElementImpl(String) - Constructor for class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceElementImpl
Creates new PersistenceElementImpl with the corresponding name
PersistenceElementProperties - Interface in com.sun.jdo.api.persistence.model.jdo
 
PersistenceFieldElement - Class in com.sun.jdo.api.persistence.model.jdo
 
PersistenceFieldElement() - Constructor for class com.sun.jdo.api.persistence.model.jdo.PersistenceFieldElement
Create new PersistenceFieldElement with no implementation.
PersistenceFieldElement(PersistenceFieldElement.Impl, PersistenceClassElement) - Constructor for class com.sun.jdo.api.persistence.model.jdo.PersistenceFieldElement
Create new PersistenceFieldElement with the provided implementation.
PersistenceFieldElement.Impl - Interface in com.sun.jdo.api.persistence.model.jdo
Pluggable implementation of the storage of field element properties.
PersistenceFieldElementImpl - Class in com.sun.jdo.api.persistence.model.jdo.impl
 
PersistenceFieldElementImpl() - Constructor for class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceFieldElementImpl
Create new PersistenceFieldElementImpl with no corresponding name.
PersistenceFieldElementImpl(String) - Constructor for class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceFieldElementImpl
Creates new PersistenceFieldElementImpl with the corresponding name
PersistenceMemberElement - Class in com.sun.jdo.api.persistence.model.jdo
 
PersistenceMemberElement() - Constructor for class com.sun.jdo.api.persistence.model.jdo.PersistenceMemberElement
Create new PersistenceMemberElement with no implementation.
PersistenceMemberElement(PersistenceMemberElement.Impl, PersistenceClassElement) - Constructor for class com.sun.jdo.api.persistence.model.jdo.PersistenceMemberElement
Create new PersistenceMemberElement with the provided implementation.
PersistenceMemberElement.Impl - Interface in com.sun.jdo.api.persistence.model.jdo
Pluggable implementation of member elements.
PersistenceMemberElementImpl - Class in com.sun.jdo.api.persistence.model.jdo.impl
 
PersistenceMemberElementImpl() - Constructor for class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceMemberElementImpl
Create new PersistenceMemberElementImpl with no corresponding name.
PersistenceMemberElementImpl(String) - Constructor for class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceMemberElementImpl
Creates new PersistenceMemberElementImpl with the corresponding name
PERSISTENT - Static variable in class com.sun.jdo.api.persistence.model.jdo.PersistenceFieldElement
Constant representing a persistent field modifier.
postUnarchive() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
This method is called after a MappingClassElement is unarchived from a .mapping file.
postUnarchive() - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingClassElement
This method is called after a MappingClassElement is unarchived from a .mapping file.
preArchive() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
This method is called prior to storing a MappingClassElement in a .mapping file.
preArchive() - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingClassElement
This method is called prior to storing a MappingClassElement in a .mapping file.
printConcurrencyGroupElements(int, ConcurrencyGroupElement[]) - Static method in class com.sun.jdo.api.persistence.model.util.DumpMapping
 
printMappingClassElement(MappingClassElement) - Static method in class com.sun.jdo.api.persistence.model.util.DumpMapping
 
printMappingFieldElements(int, ArrayList) - Static method in class com.sun.jdo.api.persistence.model.util.DumpMapping
 
printMappingRefKeyElements(int, ArrayList) - Static method in class com.sun.jdo.api.persistence.model.util.DumpMapping
 
printMappingTableElements(int, ArrayList) - Static method in class com.sun.jdo.api.persistence.model.util.DumpMapping
 
printPersistenceClassElement(PersistenceClassElement) - Static method in class com.sun.jdo.api.persistence.model.util.DumpMapping
 
printPersistenceFieldElements(int, PersistenceFieldElement[]) - Static method in class com.sun.jdo.api.persistence.model.util.DumpMapping
 
printStackTrace() - Method in exception class com.sun.jdo.api.persistence.model.ModelVetoException
Prints the stack trace of the thrown target exception.
printStackTrace(PrintStream) - Method in exception class com.sun.jdo.api.persistence.model.ModelVetoException
Prints the stack trace of the thrown target exception to the specified print stream.
printStackTrace(PrintWriter) - Method in exception class com.sun.jdo.api.persistence.model.ModelVetoException
Prints the stack trace of the thrown target exception to the specified print writer.
PROP_ASSOCIATED_COLUMNS - Static variable in interface com.sun.jdo.api.persistence.model.mapping.MappingElementProperties
PROP_CARDINALITY - Static variable in interface com.sun.jdo.api.persistence.model.jdo.PersistenceElementProperties
PROP_COLLECTION_CLASS - Static variable in interface com.sun.jdo.api.persistence.model.jdo.PersistenceElementProperties
PROP_COLUMNS - Static variable in interface com.sun.jdo.api.persistence.model.mapping.MappingElementProperties
Name of columns property for field elements.
PROP_CONSISTENCY - Static variable in interface com.sun.jdo.api.persistence.model.mapping.MappingElementProperties
Name of consistencyLevel property for class elements.
PROP_DATABASE_ROOT - Static variable in interface com.sun.jdo.api.persistence.model.mapping.MappingElementProperties
Name of root property for class elements.
PROP_DELETE_ACTION - Static variable in interface com.sun.jdo.api.persistence.model.jdo.PersistenceElementProperties
Name of delete action property for relationship elements.
PROP_ELEMENT_CLASS - Static variable in interface com.sun.jdo.api.persistence.model.jdo.PersistenceElementProperties
Name of element class property for relationship elements.
PROP_FETCH_GROUP - Static variable in interface com.sun.jdo.api.persistence.model.mapping.MappingElementProperties
Name of fetch group property for field elements.
PROP_FIELDS - Static variable in interface com.sun.jdo.api.persistence.model.jdo.PersistenceElementProperties
Name of fields property for class elements.
PROP_FIELDS - Static variable in interface com.sun.jdo.api.persistence.model.mapping.MappingElementProperties
Name of fields property for class elements.
PROP_GROUPS - Static variable in interface com.sun.jdo.api.persistence.model.jdo.PersistenceElementProperties
Name of concurrency groups property for class elements.
PROP_IDENTITY - Static variable in interface com.sun.jdo.api.persistence.model.jdo.PersistenceElementProperties
Name of identity property for class elements.
PROP_IN_CONCURRENCY_CHECK - Static variable in interface com.sun.jdo.api.persistence.model.mapping.MappingElementProperties
Name of in concurrency check property for field elements.
PROP_INVERSE_FIELD - Static variable in interface com.sun.jdo.api.persistence.model.jdo.PersistenceElementProperties
PROP_KEY_CLASS - Static variable in interface com.sun.jdo.api.persistence.model.jdo.PersistenceElementProperties
Name of key class property for class elements.
PROP_KEY_COLUMNS - Static variable in interface com.sun.jdo.api.persistence.model.mapping.MappingElementProperties
PROP_KEY_FIELD - Static variable in interface com.sun.jdo.api.persistence.model.jdo.PersistenceElementProperties
Name of key field property for field elements.
PROP_MODIFIED - Static variable in interface com.sun.jdo.api.persistence.model.jdo.PersistenceElementProperties
Name of modified flag for class elements.
PROP_MODIFIED - Static variable in interface com.sun.jdo.api.persistence.model.mapping.MappingElementProperties
Name of modified flag for class elements.
PROP_NAME - Static variable in interface com.sun.jdo.api.persistence.model.jdo.PersistenceElementProperties
Name of name property.
PROP_NAME - Static variable in interface com.sun.jdo.api.persistence.model.mapping.MappingElementProperties
Name of name property.
PROP_NAVIGABLE - Static variable in interface com.sun.jdo.api.persistence.model.mapping.MappingElementProperties
Name of navigable property for class elements.
PROP_PERSISTENCE - Static variable in interface com.sun.jdo.api.persistence.model.jdo.PersistenceElementProperties
Name of persistence property for field elements.
PROP_PREFETCH - Static variable in interface com.sun.jdo.api.persistence.model.jdo.PersistenceElementProperties
Name of prefetch property for relationship elements.
PROP_READ_ONLY - Static variable in interface com.sun.jdo.api.persistence.model.mapping.MappingElementProperties
Name of read only property for field elements.
PROP_REFERENCING_KEYS - Static variable in interface com.sun.jdo.api.persistence.model.mapping.MappingElementProperties
PROP_SENSITIVITY - Static variable in interface com.sun.jdo.api.persistence.model.jdo.PersistenceElementProperties
PROP_TABLE - Static variable in interface com.sun.jdo.api.persistence.model.mapping.MappingElementProperties
PROP_TABLES - Static variable in interface com.sun.jdo.api.persistence.model.mapping.MappingElementProperties
Name of tables property for class elements.
PROP_UPDATE_ACTION - Static variable in interface com.sun.jdo.api.persistence.model.jdo.PersistenceElementProperties
Name of update action property for relationship elements.
PROP_VERSION_FIELD - Static variable in interface com.sun.jdo.api.persistence.model.mapping.MappingElementProperties
Name of version field property for field elements.
PROPERTY_MULTIPLE_CLASS_LOADERS - Static variable in class com.sun.jdo.api.persistence.model.ClassLoaderStrategy
System property key used to define the model behavior concerning multiple class loaders.

R

READ_ONLY - Static variable in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
 
RECORD_ON_UPDATE - Static variable in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
 
REF_INTEGRITY_UPDATES - Static variable in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
 
RelationshipElement - Class in com.sun.jdo.api.persistence.model.jdo
 
RelationshipElement() - Constructor for class com.sun.jdo.api.persistence.model.jdo.RelationshipElement
Create new RelationshipElement with no implementation.
RelationshipElement(RelationshipElement.Impl, PersistenceClassElement) - Constructor for class com.sun.jdo.api.persistence.model.jdo.RelationshipElement
Create new RelationshipElement with the provided implementation.
RelationshipElement.Impl - Interface in com.sun.jdo.api.persistence.model.jdo
Pluggable implementation of the storage of relationship element properties.
RelationshipElementImpl - Class in com.sun.jdo.api.persistence.model.jdo.impl
 
RelationshipElementImpl() - Constructor for class com.sun.jdo.api.persistence.model.jdo.impl.RelationshipElementImpl
Create new RelationshipElementImpl with no corresponding name.
RelationshipElementImpl(String) - Constructor for class com.sun.jdo.api.persistence.model.jdo.impl.RelationshipElementImpl
Creates new RelationshipElementImpl with the corresponding name
REMOVE - Static variable in interface com.sun.jdo.api.persistence.model.jdo.PersistenceElement.Impl
Remove some items.
removeColumn(String) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
Removes a column from the list of columns mapped by this mapping field.
removeColumn(String) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingRelationshipElementImpl
Removes a column from the list of columns mapped by this mapping field.
removeColumn(String) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingFieldElement
Removes a column from the list of columns mapped by this mapping field.
removeColumnPair(String) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingReferenceKeyElementImpl
Remove a column pair from the holder.
removeColumnPair(String) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingReferenceKeyElement
Remove a column pair from the holder.
removeColumnPair(ColumnPairElement) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingReferenceKeyElementImpl
Remove a column pair from the holder.
removeColumnPair(ColumnPairElement) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingReferenceKeyElement
Remove a column pair from the holder.
removeColumnPairs(ArrayList) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingReferenceKeyElementImpl
Remove some column pairs from the holder.
removeColumnPairs(ArrayList) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingReferenceKeyElement
Remove some column pairs from the holder.
removeColumnPairs(ColumnPairElement[]) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingReferenceKeyElementImpl
Remove some column pairs from the holder.
removeColumnPairs(ColumnPairElement[]) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingReferenceKeyElement
Remove some column pairs from the holder.
removeConcurrencyGroup(ConcurrencyGroupElement) - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement
Remove the supplied group from the collection of concurrency groups for this class.
removeConcurrencyGroups(ConcurrencyGroupElement[]) - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement
Removed the supplied groups from the collection of concurrency groups for this class.
removeField(PersistenceFieldElement) - Method in interface com.sun.jdo.api.persistence.model.jdo.FieldElementHolder
Remove the supplied field from the collection of fields maintained by this holder.
removeField(PersistenceFieldElement) - Method in class com.sun.jdo.api.persistence.model.jdo.FieldGroupElement
Remove the supplied field from the collection of fields maintained by this holder.
removeField(PersistenceFieldElement) - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement
Remove the supplied field from the collection of fields maintained by this holder.
removeField(MappingFieldElement) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
Removes a field from the list of fields in this mapping class.
removeField(MappingFieldElement) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingClassElement
Removes a field from the list of fields in this mapping class.
removeFieldElement(PersistenceFieldElement) - Method in class com.sun.jdo.api.persistence.model.Model
Removes the specified PersistenceFieldElement from its declaring class.
removeFields(PersistenceFieldElement[]) - Method in interface com.sun.jdo.api.persistence.model.jdo.FieldElementHolder
Removed the supplied fields from the collection of fields maintained by this holder.
removeFields(PersistenceFieldElement[]) - Method in class com.sun.jdo.api.persistence.model.jdo.FieldGroupElement
Removed the supplied fields from the collection of fields maintained by this holder.
removeFields(PersistenceFieldElement[]) - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement
Removed the supplied fields from the collection of fields maintained by this holder.
removeFromCache(String) - Method in class com.sun.jdo.api.persistence.model.Model
Removes the class with the supplied name from the cache of classes known to be non PC.
removeKeyColumn(String) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingTableElementImpl
Removes a column from the primary key of columns in this mapping table.
removeKeyColumn(String) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingTableElement
Removes a column from the primary key of columns in this mapping table.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceElementImpl
Remove a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in interface com.sun.jdo.api.persistence.model.jdo.PersistenceElement.Impl
Remove a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceElement
Remove a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingElementImpl
Remove a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingElement
Remove a property change listener.
removeReference(MappingTableElement) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingTableElementImpl
Removes the referencing key for the supplied table element from list of keys in this mapping table.
removeReference(MappingTableElement) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingTableElement
Removes the referencing key for the supplied table element from list of keys in this mapping table.
removeResourcesFromCaches(ClassLoader) - Method in class com.sun.jdo.api.persistence.model.Model
Removes the classes cached with the specified class loader from all caches.
removeResourcesFromCaches(ClassLoader) - Method in class com.sun.jdo.api.persistence.model.RuntimeModel
Removes the classes cached with the specified class loader from all caches.
removeResourcesFromCaches(Collection) - Method in class com.sun.jdo.api.persistence.model.Model
Removes the specified classes from all caches.
removeTable(MappingTableElement) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
Removes the reference to the supplied table as a mapped table for this mapping class.
removeTable(MappingTableElement) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingClassElement
Removes the reference to the supplied table as a mapped table for this mapping class.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceElementImpl
Remove a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in interface com.sun.jdo.api.persistence.model.jdo.PersistenceElement.Impl
Remove a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceElement
Remove a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingElementImpl
Remove a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingElement
Remove a vetoable change listener.
RESTRICT_ACTION - Static variable in class com.sun.jdo.api.persistence.model.jdo.RelationshipElement
Constant representing restrict action.
RUNTIME - Static variable in class com.sun.jdo.api.persistence.model.Model
Default instance of the model for use at runtime.
RuntimeModel - Class in com.sun.jdo.api.persistence.model
 
RuntimeModel() - Constructor for class com.sun.jdo.api.persistence.model.RuntimeModel
Creates a new RuntimeModel.

S

SEND_BEFORE_IMAGE - Static variable in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
 
SET - Static variable in interface com.sun.jdo.api.persistence.model.jdo.PersistenceElement.Impl
Set some items, replacing the old ones.
setAssociatedColumns(ArrayList) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingRelationshipElementImpl
Set the list of associated column names to which this mapping field is mapped.
setCloneDepth(int) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
 
setCollection(PersistenceElementCollection) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.FieldGroupElementImpl
Set the field collection of this field group element to the supplied collection.
setCollectionClass(String) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.RelationshipElementImpl
Set the collection class for this relationship element.
setCollectionClass(String) - Method in interface com.sun.jdo.api.persistence.model.jdo.RelationshipElement.Impl
Set the collection class for this relationship element.
setCollectionClass(String) - Method in class com.sun.jdo.api.persistence.model.jdo.RelationshipElement
Set the collection class for this relationship element.
setColumnPairs(ColumnPairElement[]) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingReferenceKeyElementImpl
Set the column pairs for this holder.
setColumnPairs(ColumnPairElement[]) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingReferenceKeyElement
Set the column pairs for this holder.
setConcurrencyGroups(ConcurrencyGroupElement[]) - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement
Sets the collection of concurrency groups maintained by this class to the contents of the supplied array.
setConsistencyLevel(int) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
Set the consistency level of this mapping class.
setConsistencyLevel(int) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingClassElement
Set the consistency level of this mapping class.
setDatabaseRoot(SchemaElement) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
Set the database root for this MappingClassElement.
setDatabaseRoot(SchemaElement) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingClassElement
Set the database root for this MappingClassElement.
setDeclaringClass(PersistenceClassElement) - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceMemberElement
Set the declaring class of this member element.
setDeclaringClass(MappingClassElement) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingMemberElementImpl
Set the declaring class of this mapping member.
setDeclaringTable(TableElement) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingReferenceKeyElementImpl
Set the mapping table for this referencing key to the mapping table based on the name of the supplied table.
setDeleteAction(int) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.RelationshipElementImpl
Set the delete action for this relationship element.
setDeleteAction(int) - Method in interface com.sun.jdo.api.persistence.model.jdo.RelationshipElement.Impl
Set the delete action for this relationship element.
setDeleteAction(int) - Method in class com.sun.jdo.api.persistence.model.jdo.RelationshipElement
Set the delete action for this relationship element.
setElementClass(String) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.RelationshipElementImpl
Set the element class for this relationship element.
setElementClass(String) - Method in interface com.sun.jdo.api.persistence.model.jdo.RelationshipElement.Impl
Set the element class for this relationship element.
setElementClass(String) - Method in class com.sun.jdo.api.persistence.model.jdo.RelationshipElement
Set the element class for this relationship element.
setElements(PersistenceElement[]) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceElementCollection
Set the collection of elements maintained by this holder to the supplied array.
setFetchGroup(int) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
Set the fetch group of this field element.
setFetchGroup(int) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingFieldElement
Set the fetch group of this field element.
setFetchGroupInternal(int) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
Set the fetch group of this field element.
setFieldCollection(PersistenceElementCollection) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceClassElementImpl
Set the field collection of this class element to the supplied collection.
setFields(PersistenceFieldElement[]) - Method in interface com.sun.jdo.api.persistence.model.jdo.FieldElementHolder
Sets the collection of fields maintained by this holder to the contents of the supplied array.
setFields(PersistenceFieldElement[]) - Method in class com.sun.jdo.api.persistence.model.jdo.FieldGroupElement
Sets the collection of fields maintained by this holder to the contents of the supplied array.
setFields(PersistenceFieldElement[]) - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement
Sets the collection of fields maintained by this holder to the contents of the supplied array.
setFields(ArrayList) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
Set the list of fields (MappingFieldElements) in this mapping class.
setGroupCollection(PersistenceElementCollection) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceClassElementImpl
Set the concurrency group collection of this class element to the supplied collection.
setImpl(PersistenceElement.Impl) - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceElement
Set the implementation factory of this persistence element.
setInConcurrencyCheck(boolean) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
Set whether this field element is in a concurrency check or not.
setInConcurrencyCheck(boolean) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingFieldElement
Set whether this field element is in a concurrency check or not.
setInverseRelationship(RelationshipElement, Model) - Method in class com.sun.jdo.api.persistence.model.jdo.RelationshipElement
Set the inverse relationship element for this relationship element.
setKey(boolean) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceFieldElementImpl
Set whether this field element is a key field or not.
setKey(boolean) - Method in interface com.sun.jdo.api.persistence.model.jdo.PersistenceFieldElement.Impl
Set whether this field element is a key field or not.
setKey(boolean) - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceFieldElement
Set whether this field element is a key field or not.
setKey(ArrayList) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingTableElementImpl
Set the list of column names in the primary key for this mapping table.
setKeyClass(String) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceClassElementImpl
Set the primary key class for this class element.
setKeyClass(String) - Method in interface com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement.Impl
Set the primary key class for this class element.
setKeyClass(String) - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement
Set the primary key class for this class element.
setKeyName(String) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingReferenceKeyElementImpl
Set the name of this element.
setLogOnAccess(boolean) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
 
setLogOnUpdate(boolean) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
 
setLowerBound(int) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.RelationshipElementImpl
Set the lower cardinality bound for this relationship element.
setLowerBound(int) - Method in interface com.sun.jdo.api.persistence.model.jdo.RelationshipElement.Impl
Set the lower cardinality bound for this relationship element.
setLowerBound(int) - Method in class com.sun.jdo.api.persistence.model.jdo.RelationshipElement
Set the lower cardinality bound for this relationship element.
setModel(Model) - Static method in class com.sun.jdo.api.persistence.model.util.DumpMapping
Sets the internal model reference used by the DumpMapping methods to the specified Model instance.
setModified(boolean) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceClassElementImpl
Set the modified flag for this persistence class to flag.
setModified(boolean) - Method in interface com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement.Impl
Set the modified flag for this persistence class to flag.
setModified(boolean) - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement
Set the modified flag for this persistence class to flag.
setModified(boolean) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
Set the modified flag for this mapping class to flag.
setModified(boolean) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingClassElement
Set the modified flag for this mapping class to flag.
setModifyBeforeImageOnUpdate(boolean) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
 
setName(String) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceElementImpl
Set the name of this persistence element.
setName(String) - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement
Set the name of this persistence element.
setName(String) - Method in interface com.sun.jdo.api.persistence.model.jdo.PersistenceElement.Impl
Set the name of this persistence element.
setName(String) - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceElement
Set the name of this persistence element.
setName(String) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingElementImpl
Set the name of this mapping element.
setName(String) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingTableElementImpl
Override method in MappingElementImpl to set the _table variable if necessary (used for unarchiving).
setName(String) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingElement
Set the name of this mapping element.
setNavigable(boolean) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
Set the navigable flag for this mapping class to flag.
setNavigable(boolean) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingClassElement
Set the navigable flag for this mapping class to flag.
setObjectIdentityType(int) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceClassElementImpl
Set the object identity type of this class element.
setObjectIdentityType(int) - Method in interface com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement.Impl
Set the object identity type of this class element.
setObjectIdentityType(int) - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement
Set the object identity type of this class element.
setObserveOnAccess(boolean) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
 
setOwner(PersistenceElementImpl) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceElementCollection
Set the owner of this collection to the supplied implementation.
setPersistenceElement(PersistenceClassElement) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
Set the persistence class element for this mapping class element.
setPersistenceType(int) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceFieldElementImpl
Set the persistence type of this field element.
setPersistenceType(int) - Method in interface com.sun.jdo.api.persistence.model.jdo.PersistenceFieldElement.Impl
Set the persistence type of this field element.
setPersistenceType(int) - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceFieldElement
Set the persistence type of this field element.
setPrefetch(boolean) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.RelationshipElementImpl
Set whether this relationship element should prefetch or not.
setPrefetch(boolean) - Method in interface com.sun.jdo.api.persistence.model.jdo.RelationshipElement.Impl
Set whether this relationship element should prefetch or not.
setPrefetch(boolean) - Method in class com.sun.jdo.api.persistence.model.jdo.RelationshipElement
Set whether this relationship element should prefetch or not.
setPrimaryTable(TableElement) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
Set the primary table for this mapping class to the supplied table.
setPrimaryTable(TableElement) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingClassElement
Set the primary table for this mapping class to the supplied table.
setProperty(boolean, int) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
 
setPropertyName(String) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceElementCollection
Set the property name of this collection to the supplied name.
setReadOnly(boolean) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
Set whether this field element is read only or not.
setReadOnly(boolean) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingFieldElement
Set whether this field element is read only or not.
setReadSensitive(boolean) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceFieldElementImpl
Set whether this field element is read sensitive or not.
setReadSensitive(boolean) - Method in interface com.sun.jdo.api.persistence.model.jdo.PersistenceFieldElement.Impl
Set whether this field element is read sensitive or not.
setReadSensitive(boolean) - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceFieldElement
Set whether this field element is read sensitive or not.
setRecordOnUpdate(boolean) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
 
setReferencingKey(ArrayList) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingReferenceKeyElementImpl
Set the list of of key column names in this referencing key.
setReferencingKeys(ArrayList) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingTableElementImpl
Set the list of keys (MappingReferenceKeyElements) for this mapping table.
setReferentialIntegrityUpdates(boolean) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
 
setSendBeforeImage(boolean) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
 
setStrategy(String) - Static method in class com.sun.jdo.api.persistence.model.ClassLoaderStrategy
Sets the value of the property ClassLoaderStrategy.PROPERTY_MULTIPLE_CLASS_LOADERS used to define the model behavior concerning multiple class loaders.
setTable(MappingTableElement) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingReferenceKeyElementImpl
Set the mapping table for this referencing key to the supplied table.
setTable(MappingTableElement) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingReferenceKeyElement
Set the mapping table for this referencing key to the supplied table.
setTable(String) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingTableElementImpl
Set the name of the table element used by this mapping table.
setTable(TableElement) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingTableElementImpl
Set the table element for this mapping table to the supplied table.
setTable(TableElement) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingTableElement
Set the table element for this mapping table to the supplied table.
setTemplate(Object[]) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceElementCollection
Set the template for the array of this collection to the supplied array.
setUpdateAction(int) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.RelationshipElementImpl
Set the update action for this relationship element.
setUpdateAction(int) - Method in interface com.sun.jdo.api.persistence.model.jdo.RelationshipElement.Impl
Set the update action for this relationship element.
setUpdateAction(int) - Method in class com.sun.jdo.api.persistence.model.jdo.RelationshipElement
Set the update action for this relationship element.
setUpperBound(int) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.RelationshipElementImpl
Set the upper cardinality bound for this relationship element.
setUpperBound(int) - Method in interface com.sun.jdo.api.persistence.model.jdo.RelationshipElement.Impl
Set the upper cardinality bound for this relationship element.
setUpperBound(int) - Method in class com.sun.jdo.api.persistence.model.jdo.RelationshipElement
Set the upper cardinality bound for this relationship element.
setVersion(boolean) - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
Set whether this field element is a version field or not.
setVersion(boolean) - Method in interface com.sun.jdo.api.persistence.model.mapping.MappingFieldElement
Set whether this field element is a version field or not.
setWriteSensitive(boolean) - Method in class com.sun.jdo.api.persistence.model.jdo.impl.PersistenceFieldElementImpl
Set whether this field element is write sensitive or not.
setWriteSensitive(boolean) - Method in interface com.sun.jdo.api.persistence.model.jdo.PersistenceFieldElement.Impl
Set whether this field element is write sensitive or not.
setWriteSensitive(boolean) - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceFieldElement
Set whether this field element is write sensitive or not.
shouldBePersistent(String, String) - Method in class com.sun.jdo.api.persistence.model.Model
Returns true if the specified field should be made persistent (i.e.
storeMappingClass(MappingClassElement) - Method in class com.sun.jdo.api.persistence.model.Model
Stores the supplied MappingClassElement to an xml file, creating the file if necessary.
storeMappingClass(MappingClassElement, OutputStream) - Method in class com.sun.jdo.api.persistence.model.Model
Stores the supplied MappingClassElement to an xml file in the specified output stream.
storeMappingClass(String) - Method in class com.sun.jdo.api.persistence.model.Model
Stores the MappingClassElement for the specified class name to an xml file, creating the file if necessary.
stripSchemaName() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
Boston to Pilsen conversion.
stripSchemaName() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
Boston to Pilsen conversion.
stripSchemaName() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingReferenceKeyElementImpl
Boston to Pilsen conversion.
stripSchemaName() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingRelationshipElementImpl
Boston to Pilsen conversion.
stripSchemaName() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingTableElementImpl
Boston to Pilsen conversion.

T

toColumnObjects(String, ArrayList) - Static method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingClassElementImpl
Accept an arraylist of column names and return an array list containing the corresponding column or column pair objects.
toString() - Method in class com.sun.jdo.api.persistence.model.jdo.PersistenceElement
Overrides Object's toString method to return the name of this persistence element.
toString() - Method in class com.sun.jdo.api.persistence.model.mapping.impl.MappingElementImpl
Overrides Object's toString method to return the name of this mapping element.
TRANSIENT - Static variable in class com.sun.jdo.api.persistence.model.jdo.PersistenceFieldElement
Constant representing a transient field modifier.

U

unlockFile(OutputStream, String) - Method in class com.sun.jdo.api.persistence.model.Model
 
unlockFile(String) - Method in class com.sun.jdo.api.persistence.model.Model
 
UNMANAGED_IDENTITY - Static variable in class com.sun.jdo.api.persistence.model.jdo.PersistenceClassElement
Constant representing unmanaged jdo identity.
updateKeyForClass(MappingClassElement, String) - Method in class com.sun.jdo.api.persistence.model.Model
Updates the key in the cache for the supplied MappingClassElement.

V

validate(String, ClassLoader, ResourceBundle) - Method in class com.sun.jdo.api.persistence.model.Model
Validates the combination of java (or class) information and mapping/jdo information by running through the full validation check and returning a collection of ModelValidationExceptions containing any errors or warnings encountered.
validate(String, ResourceBundle) - Method in class com.sun.jdo.api.persistence.model.Model
Validates the combination of java (or class) information and mapping/jdo information by running through the full validation check and returning a collection of ModelValidationExceptions containing any errors or warnings encountered.
VERSION_CONSISTENCY - Static variable in interface com.sun.jdo.api.persistence.model.mapping.MappingClassElement
Constant representing Consistency level.

W

WARNING - Static variable in exception class com.sun.jdo.api.persistence.model.util.ModelValidationException
Constant representing a warning.

X

XLATE_FIELD - Static variable in class com.sun.jdo.api.persistence.model.mapping.impl.MappingFieldElementImpl
 
A C D E F G H I L M N O P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form