org.jpox.store.mapped
Interface DatastoreObject

All Known Subinterfaces:
DatastoreArray, DatastoreClass, DatastoreCollection, DatastoreContainer, DatastoreContainerObject, DatastoreElementContainer, DatastoreField, DatastoreMap, SecondaryDatastoreClass

public interface DatastoreObject

Representation of an datastore object in a (mapped) datastore. This can be something like a table, column, file, etc.

Version:
$Revision: 1.5 $

Method Summary
 DatastoreIdentifier getIdentifier()
          Accessor for the identifier for this object.
 MappedStoreManager getStoreManager()
          Accessor for the StoreManager for this table.
 

Method Detail

getStoreManager

MappedStoreManager getStoreManager()
Accessor for the StoreManager for this table.

Returns:
The StoreManager.

getIdentifier

DatastoreIdentifier getIdentifier()
Accessor for the identifier for this object.

Returns:
The identifier.


Copyright © -2008 . All Rights Reserved.