| org.jpox.store.SecondaryDatastoreClass
SecondaryDatastoreClass | public interface SecondaryDatastoreClass extends DatastoreClass(Code) | | Secondary datastore class, managing the mapping of some of the fields of the class
and dependent on a DatastoreClass.
version: $Revision$ |
getJoinMetaData | JoinMetaData getJoinMetaData()(Code) | | Accessor for the JoinMetaData which is used to join to the primary DatastoreClass.
JoinMetaData |
getPrimaryDatastoreClass | DatastoreClass getPrimaryDatastoreClass()(Code) | | Accessor for the primary datastore class that this is dependent on.
The associated primary datastore class. |
|
|