| Interface | Description |
|---|---|
| LongObjStore<V> |
This provides an active data connection to a store's data source.
|
| Class | Description |
|---|---|
| ForwardingStore<V> |
An implementation of
LongObjStore which is a data connection that delegates to another, generic
one. |
| ForwardingStoreService |
An implementation of
StoreService which creates primitive stores which delegate to another, generic store. |