Methods Summary |
---|
public abstract void | insert(Persistent p, Transaction t)Handles the creation of an object.
|
public abstract void | remove(Persistent p, Transaction t)Handles the deletion of the object from the data store
|
public abstract void | restore(Persistent p, Transaction t)Handles the restoration of the object from the data store
|
public abstract void | update(Persistent p, Transaction t)Handles updating the object in the data store
|