FileDocCategorySizeDatePackage
MappingElementProperties.javaAPI DocGlassfish v2 API5732Fri May 04 22:34:44 BST 2007com.sun.jdo.api.persistence.model.mapping

MappingElementProperties

public interface MappingElementProperties
author
raccah
version
%I%

Fields Summary
public static final String
PROP_NAME
Name of {@link MappingElement#getName name} property.
public static final String
PROP_MODIFIED
Name of {@link MappingClassElement#isModified modified} flag for {@link MappingClassElement class elements}.
public static final String
PROP_CONSISTENCY
Name of {@link MappingClassElement#getConsistencyLevel consistencyLevel} property for {@link MappingClassElement class elements}.
public static final String
PROP_DATABASE_ROOT
Name of {@link MappingClassElement#setDatabaseRoot root} property for {@link MappingClassElement class elements}.
public static final String
PROP_TABLES
Name of {@link MappingClassElement#getTables tables} property for {@link MappingClassElement class elements}.
public static final String
PROP_FIELDS
Name of {@link MappingClassElement#getFields fields} property for {@link MappingClassElement class elements}.
public static final String
PROP_NAVIGABLE
Name of {@link MappingClassElement#isNavigable navigable} property for {@link MappingClassElement class elements}.
public static final String
PROP_READ_ONLY
Name of {@link MappingFieldElement#isReadOnly read only} property for {@link MappingFieldElement field elements}.
public static final String
PROP_IN_CONCURRENCY_CHECK
Name of {@link MappingFieldElement#isInConcurrencyCheck in concurrency check} property for {@link MappingFieldElement field elements}.
public static final String
PROP_VERSION_FIELD
Name of {@link MappingFieldElement#isVersion version field} property for {@link MappingFieldElement field elements}.
public static final String
PROP_FETCH_GROUP
Name of {@link MappingFieldElement#getFetchGroup fetch group} property for {@link MappingFieldElement field elements}.
public static final String
PROP_COLUMNS
Name of {@link MappingFieldElement#getColumns columns} property for {@link MappingFieldElement field elements}.
public static final String
PROP_TABLE
Name of {@link MappingReferenceKeyElement#getTable table} and {@link MappingTableElement#getTable table} property for {@link MappingReferenceKeyElement reference key elements} and {@link MappingTableElement mapping table elements}.
public static final String
PROP_KEY_COLUMNS
Name of {@link MappingReferenceKeyElement#getReferencingKey key columns} and {@link MappingTableElement#getKey key columns} property for {@link MappingReferenceKeyElement reference key elements} and {@link MappingTableElement mapping table elements}.
public static final String
PROP_ASSOCIATED_COLUMNS
Name of {@link MappingRelationshipElement#getAssociatedColumns associated columns} property for {@link MappingRelationshipElement relationship elements}.
public static final String
PROP_REFERENCING_KEYS
Name of {@link MappingTableElement#getReferencingKeys referencing keys} property for {@link MappingTableElement mapping table elements}.
Constructors Summary
Methods Summary