FileDocCategorySizeDatePackage
PersistenceElementProperties.javaAPI DocGlassfish v2 API5690Fri May 04 22:34:42 BST 2007com.sun.jdo.api.persistence.model.jdo

PersistenceElementProperties

public interface PersistenceElementProperties
author
raccah
version
%I%

Fields Summary
public static final String
PROP_NAME
Name of {@link PersistenceElement#getName name} property.
public static final String
PROP_MODIFIED
Name of {@link PersistenceClassElement#isModified modified} flag for {@link PersistenceClassElement class elements}.
public static final String
PROP_IDENTITY
Name of {@link PersistenceClassElement#getObjectIdentityType identity} property for {@link PersistenceClassElement class elements}.
public static final String
PROP_KEY_CLASS
Name of {@link PersistenceClassElement#getKeyClass key class} property for {@link PersistenceClassElement class elements}.
public static final String
PROP_FIELDS
Name of {@link PersistenceClassElement#getFields fields} property for {@link PersistenceClassElement class elements}.
public static final String
PROP_GROUPS
Name of {@link PersistenceClassElement#getConcurrencyGroups concurrency groups} property for {@link PersistenceClassElement class elements}.
public static final String
PROP_PERSISTENCE
Name of {@link PersistenceFieldElement#getPersistenceType persistence} property for {@link PersistenceFieldElement field elements}.
public static final String
PROP_SENSITIVITY
Name of {@link PersistenceFieldElement#isReadSensitive read sensitivity} and {@link PersistenceFieldElement#isWriteSensitive write sensitivity} property for {@link PersistenceFieldElement field elements}.
public static final String
PROP_KEY_FIELD
Name of {@link PersistenceFieldElement#isKey key field} property for {@link PersistenceFieldElement field elements}.
public static final String
PROP_UPDATE_ACTION
Name of {@link RelationshipElement#getUpdateAction update action} property for {@link RelationshipElement relationship elements}.
public static final String
PROP_DELETE_ACTION
Name of {@link RelationshipElement#getDeleteAction delete action} property for {@link RelationshipElement relationship elements}.
public static final String
PROP_PREFETCH
Name of {@link RelationshipElement#isPrefetch prefetch} property for {@link RelationshipElement relationship elements}.
public static final String
PROP_CARDINALITY
Name of {@link RelationshipElement#getLowerBound lower bound} and {@link RelationshipElement#getUpperBound upper bound} property for {@link RelationshipElement relationship elements}.
public static final String
PROP_COLLECTION_CLASS
Name of {@link RelationshipElement#getCollectionClass collection class} property for {@link RelationshipElement relationship elements}.
public static final String
PROP_ELEMENT_CLASS
Name of {@link RelationshipElement#getElementClass element class} property for {@link RelationshipElement relationship elements}.
public static final String
PROP_INVERSE_FIELD
Name of {@link RelationshipElement#getInverseRelationshipName inverse relationship name} property for {@link RelationshipElement relationship elements}.
Constructors Summary
Methods Summary