com.ashridgetech.prevdb.client
Interface Transaction


public interface Transaction

Manages the updates made to persistent objects during one unit of work.


Method Summary
 List getNewObjects()
          Get the FieldMaps for the persistent objects that have been created during this transaction.
 List getUpdatedObjects()
          Get the FieldChangeMaps for the persistent objects that have been updated during this transaction.
 

Method Detail

getNewObjects

public List getNewObjects()
Get the FieldMaps for the persistent objects that have been created during this transaction.

Returns:
the unmodifiable list of FieldMap objects

getUpdatedObjects

public List getUpdatedObjects()
Get the FieldChangeMaps for the persistent objects that have been updated during this transaction.

Returns:
the unmodifiable list of FieldChangeMap objects


Copyright © 2003 Ashridge Technologies Ltd. All Rights Reserved.