org.jpox.store.scostore
Interface Store

All Known Subinterfaces:
ArrayStore, CollectionStore, ListStore, MapStore, SetStore
All Known Implementing Classes:
AbstractArrayStore, org.jpox.store.rdbms.scostore.AbstractListStore, org.jpox.store.rdbms.scostore.AbstractMapStore, org.jpox.store.rdbms.scostore.AbstractSetStore, MapEntrySetStore

public interface Store

Interface representation of the backing store for a Collection or Map.

Version:
$Revision: 1.3 $

Method Summary
 JavaTypeMapping getOwnerMapping()
          Accessor for the owner mapping.
 StoreManager getStoreManager()
          Accessor for the Store Manager.
 

Method Detail

getStoreManager

public StoreManager getStoreManager()
Accessor for the Store Manager.

Returns:
Store Manager.

getOwnerMapping

public JavaTypeMapping getOwnerMapping()
Accessor for the owner mapping.

Returns:
Owner mapping for the container.


Copyright © -2007 . All Rights Reserved.