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
-
-
-
Field Detail
-
PROP_NAME
static final String PROP_NAME
Name ofnameproperty.- See Also:
- Constant Field Values
-
PROP_MODIFIED
static final String PROP_MODIFIED
Name ofmodifiedflag forclass elements.- See Also:
- Constant Field Values
-
PROP_CONSISTENCY
static final String PROP_CONSISTENCY
Name ofconsistencyLevelproperty forclass elements.- See Also:
- Constant Field Values
-
PROP_DATABASE_ROOT
static final String PROP_DATABASE_ROOT
Name ofrootproperty forclass elements.- See Also:
- Constant Field Values
-
PROP_TABLES
static final String PROP_TABLES
Name oftablesproperty forclass elements.- See Also:
- Constant Field Values
-
PROP_FIELDS
static final String PROP_FIELDS
Name offieldsproperty forclass elements.- See Also:
- Constant Field Values
-
PROP_NAVIGABLE
static final String PROP_NAVIGABLE
Name ofnavigableproperty forclass elements.- See Also:
- Constant Field Values
-
PROP_READ_ONLY
static final String PROP_READ_ONLY
Name ofread onlyproperty forfield elements.- See Also:
- Constant Field Values
-
PROP_IN_CONCURRENCY_CHECK
static final String PROP_IN_CONCURRENCY_CHECK
Name ofin concurrency checkproperty forfield elements.- See Also:
- Constant Field Values
-
PROP_VERSION_FIELD
static final String PROP_VERSION_FIELD
Name ofversion fieldproperty forfield elements.- See Also:
- Constant Field Values
-
PROP_FETCH_GROUP
static final String PROP_FETCH_GROUP
Name offetch groupproperty forfield elements.- See Also:
- Constant Field Values
-
PROP_COLUMNS
static final String PROP_COLUMNS
Name ofcolumnsproperty forfield elements.- See Also:
- Constant Field Values
-
PROP_TABLE
static final String PROP_TABLE
- See Also:
- Constant Field Values
-
PROP_KEY_COLUMNS
static final String PROP_KEY_COLUMNS
- See Also:
- Constant Field Values
-
PROP_ASSOCIATED_COLUMNS
static final String PROP_ASSOCIATED_COLUMNS
Name ofassociated columnsproperty forrelationship elements.- See Also:
- Constant Field Values
-
PROP_REFERENCING_KEYS
static final String PROP_REFERENCING_KEYS
Name ofreferencing keysproperty formapping table elements.- See Also:
- Constant Field Values
-
-