org.jpox.store.mapped
Interface SecondaryDatastoreClass
- All Superinterfaces:
- DatastoreClass, DatastoreContainerObject, DatastoreObject
public interface SecondaryDatastoreClass
- extends DatastoreClass
Secondary datastore class, managing the mapping of some of the fields of the class
and dependent on a DatastoreClass.
- Version:
- $Revision$
| Methods inherited from interface org.jpox.store.mapped.DatastoreClass |
getBaseDatastoreClassWithField, getDataStoreObjectIdMapping, getExternalMapping, getFieldMapping, getFieldMapping, getFieldMappingInDatastoreClass, getIdentityType, getMetaDataForExternalMapping, getSecondaryDatastoreClasses, getSuperDatastoreClass, getType, isBaseDatastoreClass, isObjectIDDatastoreAttributed, managesClass, provideDatastoreIdMappings, provideDiscriminatorMappings, provideExternalMappings, provideMappingsForFields, provideNonPrimaryKeyMappings, providePrimaryKeyMappings, provideUnmappedDatastoreFields, provideVersionMappings, toString |
getPrimaryDatastoreClass
DatastoreClass getPrimaryDatastoreClass()
- Accessor for the primary datastore class that this is dependent on.
- Returns:
- The associated primary datastore class.
getJoinMetaData
JoinMetaData getJoinMetaData()
- Accessor for the JoinMetaData which is used to join to the primary DatastoreClass.
- Returns:
- JoinMetaData
Copyright © -2008 . All Rights Reserved.