Class Summary |
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. already persistent but not changed during tx)
--> no need to do anything for commit or rollback |
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. |