org.jpox.store.scostore
Interface Store

All Known Subinterfaces:
ArrayStore, CollectionStore, ListStore, MapStore, SetStore
All Known Implementing Classes:
AbstractArrayStore, FKArrayStore, FKListStore, FKMapStore, FKSetStore, JoinArrayStore, JoinListStore, JoinMapStore, JoinSetStore, MapEntrySetStore, MapKeySetStore, MapValueSetStore

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

StoreManager getStoreManager()
Accessor for the Store Manager.

Returns:
Store Manager.

getOwnerMapping

JavaTypeMapping getOwnerMapping()
Accessor for the owner mapping.

Returns:
Owner mapping for the container.


Copyright © -2011 . All Rights Reserved.