Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
ojb.odmg.states

Classes in ojb.odmg.states used by ojb.odmg.states
ModificationState
          Describes an objects transactional state regarding commiting and rollbacking
StateNewClean
          this state represents new objects which have not been altered during tx.
StateNewDelete
          this state represents new objects which have been mrked for deletion during tx.
StateNewDirty
          this state represents new objects which have been altered during tx.
StateOldClean
          this state represents old Objects (i.e.
StateOldDelete
          this state represents old objects which have been marked for deletion during tx.
StateOldDirty
          this state represents old objects which have been altered during tx.