|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The callback interface which a PrevDb provides to
a SystemStore to allow it to load and save objects.
| Method Summary | |
void |
applyTransaction(Transaction tran)
Reapply the effects of a Transaction to the PrevDb. |
Iterator |
getObjects(Class persistentClass)
Get an Iterator over a set of FieldMaps for all the objects of a class |
Collection |
getPersistentClasses()
Get the collection of persistent object classes. |
void |
loadObject(FieldMap fieldMap)
Load a persistent object into the PrevDb. |
| Method Detail |
public void loadObject(FieldMap fieldMap)
throws DataException
PrevDb.
fieldMap - the fields of the object to load.
DataException
public void applyTransaction(Transaction tran)
throws DataException
Transaction to the PrevDb.
tran - the Transaction to reapply.
DataExceptionpublic Collection getPersistentClasses()
public Iterator getObjects(Class persistentClass)
Iterator over a set of FieldMaps for all the objects of a class
persistentClass - the class of object to get
Iterator
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||