org.jpox.store
Interface DatastoreObject

All Known Subinterfaces:
DatastoreClass, DatastoreContainerObject, DatastoreField, SCOTable, Table
All Known Implementing Classes:
AbstractTable, ClassTable, ClassView, Column, ElementContainerTable, JoinTable, MapTable, SecondaryTable

public interface DatastoreObject

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

Version:
$Revision: 1.4 $

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

Method Detail

getStoreManager

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

Returns:
The StoreManager.

getIdentifier

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

Returns:
The identifier.


Copyright © -2007 . All Rights Reserved.