Interface PersistenceElementProperties
-
- All Known Implementing Classes:
ConcurrencyGroupElement,ConcurrencyGroupElementImpl,FieldGroupElement,FieldGroupElementImpl,PersistenceClassElement,PersistenceClassElementImpl,PersistenceElement,PersistenceElementImpl,PersistenceFieldElement,PersistenceFieldElementImpl,PersistenceMemberElement,PersistenceMemberElementImpl,RelationshipElement,RelationshipElementImpl
public interface PersistenceElementProperties- 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_IDENTITY
static final String PROP_IDENTITY
Name ofidentityproperty forclass elements.- See Also:
- Constant Field Values
-
PROP_KEY_CLASS
static final String PROP_KEY_CLASS
Name ofkey classproperty forclass elements.- See Also:
- Constant Field Values
-
PROP_FIELDS
static final String PROP_FIELDS
Name offieldsproperty forclass elements.- See Also:
- Constant Field Values
-
PROP_GROUPS
static final String PROP_GROUPS
Name ofconcurrency groupsproperty forclass elements.- See Also:
- Constant Field Values
-
PROP_PERSISTENCE
static final String PROP_PERSISTENCE
Name ofpersistenceproperty forfield elements.- See Also:
- Constant Field Values
-
PROP_SENSITIVITY
static final String PROP_SENSITIVITY
- See Also:
- Constant Field Values
-
PROP_KEY_FIELD
static final String PROP_KEY_FIELD
Name ofkey fieldproperty forfield elements.- See Also:
- Constant Field Values
-
PROP_UPDATE_ACTION
static final String PROP_UPDATE_ACTION
Name ofupdate actionproperty forrelationship elements.- See Also:
- Constant Field Values
-
PROP_DELETE_ACTION
static final String PROP_DELETE_ACTION
Name ofdelete actionproperty forrelationship elements.- See Also:
- Constant Field Values
-
PROP_PREFETCH
static final String PROP_PREFETCH
Name ofprefetchproperty forrelationship elements.- See Also:
- Constant Field Values
-
PROP_CARDINALITY
static final String PROP_CARDINALITY
- See Also:
- Constant Field Values
-
PROP_COLLECTION_CLASS
static final String PROP_COLLECTION_CLASS
Name ofcollection classproperty forrelationship elements.- See Also:
- Constant Field Values
-
PROP_ELEMENT_CLASS
static final String PROP_ELEMENT_CLASS
Name ofelement classproperty forrelationship elements.- See Also:
- Constant Field Values
-
PROP_INVERSE_FIELD
static final String PROP_INVERSE_FIELD
Name ofinverse relationship nameproperty forrelationship elements.- See Also:
- Constant Field Values
-
-