Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
It would be desirable to provide access to the objects enlisted in the transaction of a PersistenceManager. It is proposed that this be via the following methods on javax.jdo.PersistenceManager.
api2
Collection getManagedObjects(); // Return all enlisted objects
Collection getManagedObjects(ObjectState ... states); // Return enlisted objects in the specified states
api2-legacy
Collection getManagedObjects(); // Return all enlisted objects
The return type could just as easily be Object[].