|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ObjectStore<T extends Identifiable>
Stores an indentifiable object on a persistence store. Note that the object store does NOT call any callbacks. It is assumed the key represents something meaning full to the object store.
| Method Summary | |
|---|---|
T |
load(java.lang.Object key)
Load the object from storage. |
void |
store(T obj)
Store the object into storage. |
| Method Detail |
|---|
T load(java.lang.Object key)
key - the object identifier
void store(T obj)
obj - the object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||