org.jpox.store
Interface DatastoreObject

All Known Subinterfaces:
DatastoreClass, DatastoreContainerObject, DatastoreField, SCOTable, Table
All Known Implementing Classes:
AbstractClassTable, AbstractTable, ArrayTable, ClassTable, ClassView, CollectionTable, Column, ElementContainerTable, JoinTable, ListTable, MapTable, ProbeTable, SchemaTable, SecondaryTable, SequenceTable, SetTable, TableImpl, ViewImpl

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

StoreManager 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 © -2011 . All Rights Reserved.