com.sun.jdo.api.persistence.model.jdo
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
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_IDENTITY
static final String PROP_IDENTITY
- Name of
identity
property for class elements.
- See Also:
- Constant Field Values
PROP_KEY_CLASS
static final String PROP_KEY_CLASS
- Name of
key class
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_GROUPS
static final String PROP_GROUPS
- Name of
concurrency
groups property for class elements.
- See Also:
- Constant Field Values
PROP_PERSISTENCE
static final String PROP_PERSISTENCE
- Name of
persistence
property for field elements.
- See Also:
- Constant Field Values
PROP_SENSITIVITY
static final String PROP_SENSITIVITY
- Name of
read sensitivity
and write sensitivity
property for field elements.
- See Also:
- Constant Field Values
PROP_KEY_FIELD
static final String PROP_KEY_FIELD
- Name of
key field
property for field elements.
- See Also:
- Constant Field Values
PROP_UPDATE_ACTION
static final String PROP_UPDATE_ACTION
- Name of
update action
property for relationship elements.
- See Also:
- Constant Field Values
PROP_DELETE_ACTION
static final String PROP_DELETE_ACTION
- Name of
delete action
property for relationship elements.
- See Also:
- Constant Field Values
PROP_PREFETCH
static final String PROP_PREFETCH
- Name of
prefetch
property for relationship elements.
- See Also:
- Constant Field Values
PROP_CARDINALITY
static final String PROP_CARDINALITY
- Name of
lower bound
and upper bound
property for relationship elements.
- See Also:
- Constant Field Values
PROP_COLLECTION_CLASS
static final String PROP_COLLECTION_CLASS
- Name of
collection class
property for relationship elements.
- See Also:
- Constant Field Values
PROP_ELEMENT_CLASS
static final String PROP_ELEMENT_CLASS
- Name of
element class
property for relationship elements.
- See Also:
- Constant Field Values
PROP_INVERSE_FIELD
static final String PROP_INVERSE_FIELD
- Name of
inverse
relationship name property for relationship
elements.
- See Also:
- Constant Field Values
Copyright © 2012 GlassFish Community. All Rights Reserved.