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