-
- All Known Subinterfaces:
ArrayStore<E>,CollectionStore<E>,ListStore<E>,MapStore<K,V>,PersistableRelationStore,SetStore<E>
public interface StoreInterface representation of the backing store for a Collection or Map.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractMemberMetaDatagetOwnerMemberMetaData()StoreManagergetStoreManager()
-
-
-
Method Detail
-
getOwnerMemberMetaData
AbstractMemberMetaData getOwnerMemberMetaData()
-
getStoreManager
StoreManager getStoreManager()
-
-