public interface UpdatableDBObject extends DBObject
Modifier and Type | Method and Description |
---|---|
UpdatableDBObject |
getPreUpdateState()
Gets The state of the object as it was built by the J/R bridging engine immediately after the object was created from a database tuple (and which should have been set by/using the setPreUpdateState() method.
|
void |
setPreUpdateState()
This method is called by the J/R bridging engine after an object has been setup from some tuple retrieved from the database.
|
void setPreUpdateState()
UpdatableDBObject getPreUpdateState()