Package org.apache.ojb.otm.states

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.
 

Exception Summary
IllegalObjectStateException Exception on illegal object state.
 



Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14