|
Class Summary |
| Hollow |
this state represents persistent objects outside of transaction
(no ODMG equivalent). |
| PersistentClean |
this state represents old Objects (i.e. |
| PersistentDeleted |
this state represents old objects which have been marked for deletion
during tx (ODMG StateOldDelete). |
| PersistentDirty |
this state represents persistent objects which have been altered
during tx (ODMG StateOldDirty). |
| PersistentNew |
this state represents new objects which must be created during tx
(ODMG StateNewDirty). |
| PersistentNewDeleted |
this state represents new objects which have been mrked for deletion during tx
(ODMG StateNewDelete). |
| State |
Represents the state of object. |
| Transient |
this state represents new objects not made persistent yet
(ODMG StateNewClean) and already deleted objects. |