com.sun.jdo.api.persistence.model.mapping
Interface MappingElementProperties

All Known Subinterfaces:
MappingClassElement, MappingElement, MappingFieldElement, MappingMemberElement, MappingReferenceKeyElement, MappingRelationshipElement, MappingTableElement
All Known Implementing Classes:
MappingClassElementImpl, MappingElementImpl, MappingFieldElementImpl, MappingMemberElementImpl, MappingReferenceKeyElementImpl, MappingRelationshipElementImpl, MappingTableElementImpl

public interface MappingElementProperties

Version:
%I%
Author:
raccah

Field Summary
static String PROP_ASSOCIATED_COLUMNS
          Name of associated columns property for relationship elements.
static String PROP_COLUMNS
          Name of columns property for field elements.
static String PROP_CONSISTENCY
          Name of consistencyLevel property for class elements.
static String PROP_DATABASE_ROOT
          Name of root property for class elements.
static String PROP_FETCH_GROUP
          Name of fetch group property for field elements.
static String PROP_FIELDS
          Name of fields property for class elements.
static String PROP_IN_CONCURRENCY_CHECK
          Name of in concurrency check property for field elements.
static String PROP_KEY_COLUMNS
          Name of key columns and key columns property for reference key elements and mapping table elements.
static String PROP_MODIFIED
          Name of modified flag for class elements.
static String PROP_NAME
          Name of name property.
static String PROP_NAVIGABLE
          Name of navigable property for class elements.
static String PROP_READ_ONLY
          Name of read only property for field elements.
static String PROP_REFERENCING_KEYS
          Name of referencing keys property for mapping table elements.
static String PROP_TABLE
          Name of table and table property for reference key elements and mapping table elements.
static String PROP_TABLES
          Name of tables property for class elements.
static String PROP_VERSION_FIELD
          Name of version field property for field elements.
 

Field Detail

PROP_NAME

static final String PROP_NAME
Name of name property.

See Also:
Constant Field Values

PROP_MODIFIED

static final String PROP_MODIFIED
Name of modified flag for class elements.

See Also:
Constant Field Values

PROP_CONSISTENCY

static final String PROP_CONSISTENCY
Name of consistencyLevel property for class elements.

See Also:
Constant Field Values

PROP_DATABASE_ROOT

static final String PROP_DATABASE_ROOT
Name of root property for class elements.

See Also:
Constant Field Values

PROP_TABLES

static final String PROP_TABLES
Name of tables property for class elements.

See Also:
Constant Field Values

PROP_FIELDS

static final String PROP_FIELDS
Name of fields property for class elements.

See Also:
Constant Field Values

PROP_NAVIGABLE

static final String PROP_NAVIGABLE
Name of navigable property for class elements.

See Also:
Constant Field Values

PROP_READ_ONLY

static final String PROP_READ_ONLY
Name of read only property for field elements.

See Also:
Constant Field Values

PROP_IN_CONCURRENCY_CHECK

static final String PROP_IN_CONCURRENCY_CHECK
Name of in concurrency check property for field elements.

See Also:
Constant Field Values

PROP_VERSION_FIELD

static final String PROP_VERSION_FIELD
Name of version field property for field elements.

See Also:
Constant Field Values

PROP_FETCH_GROUP

static final String PROP_FETCH_GROUP
Name of fetch group property for field elements.

See Also:
Constant Field Values

PROP_COLUMNS

static final String PROP_COLUMNS
Name of columns property for field elements.

See Also:
Constant Field Values

PROP_TABLE

static final String PROP_TABLE
Name of table and table property for reference key elements and mapping table elements.

See Also:
Constant Field Values

PROP_KEY_COLUMNS

static final String PROP_KEY_COLUMNS
Name of key columns and key columns property for reference key elements and mapping table elements.

See Also:
Constant Field Values

PROP_ASSOCIATED_COLUMNS

static final String PROP_ASSOCIATED_COLUMNS
Name of associated columns property for relationship elements.

See Also:
Constant Field Values

PROP_REFERENCING_KEYS

static final String PROP_REFERENCING_KEYS
Name of referencing keys property for mapping table elements.

See Also:
Constant Field Values


Copyright © 2012 GlassFish Community. All Rights Reserved.