- 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.
- 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, 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.
- 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.
- 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.
- createClassExistenceComponent(String) - 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, PersistenceFieldElement) - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
-
Create a validation component which can check the class persistence.
- createClassPersistenceComponent(String) - 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(String) - Method in class com.sun.jdo.api.persistence.model.util.ModelValidator
-
Create a validation component which can check whether the field exists.
- createFieldExistenceComponent(Object) - 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.
- 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 com.sun.jdo.api.persistence.model.ModelVetoException
-
Returns the error message string of this throwable object.
- getMessage() - Method in exception 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 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(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.
- getModifiers(Object) - Method in class com.sun.jdo.api.persistence.model.RuntimeModel
-
Returns the modifier mask for the specified member element.
- 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 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(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.
- getPersistenceClass(MappingClassElement) - Method in class com.sun.jdo.api.persistence.model.Model
-
Returns a PersistenceClassElement created from the mapping class.
- 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
-
- 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(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() - 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(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.
- 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.
- 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 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(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.
- getType() - Method in exception com.sun.jdo.api.persistence.model.util.ModelValidationException
-
- 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.
- 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, 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.
- isByteArray(String) - Method in class com.sun.jdo.api.persistence.model.Model
-
Determines if the specified className represents 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, 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, ClassLoader, 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, 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.
- isPrimitive(String) - Method in class com.sun.jdo.api.persistence.model.Model
-
Determines if the specified className represents 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.
- 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(ColumnPairElement) - 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 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(ColumnPairElement[]) - 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 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(Collection) - Method in class com.sun.jdo.api.persistence.model.Model
-
Removes the specified classes 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.
- 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.
- 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
-
- 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(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(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(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(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.