Issue Details (XML | Word | Printable)

Key: JDO-257
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Craig Russell
Reporter: Craig Russell
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JDO

Change return type of makePersistent from void to Object

Created: 10/Dec/05 04:37 AM   Updated: 11/Jan/06 10:02 AM
Return to search
Component/s: api2
Affects Version/s: None
Fix Version/s: JDO 2 beta

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works attachcopy.patch 2006-01-11 04:42 AM Craig Russell 3 kB
Text File Licensed for inclusion in ASF works attachInterfaces.patch 2006-01-02 03:51 AM Michael Bouschen 3 kB
Text File Licensed for inclusion in ASF works persistencemanager.patch 2005-12-10 04:38 AM Craig Russell 5 kB

Resolution Date: 11/Jan/06 10:02 AM


 Description  « Hide
The signatures of makePersistent and makePersistentAll are changed to return the persistent instances. This change was adopted by the expert group 8-Dec-2005.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #355585 Fri Dec 09 19:53:43 UTC 2005 clr JDO-257 Changed signatures of makePersistent to return Object
Files Changed
MODIFY /incubator/jdo/trunk/api20/src/java/javax/jdo/PersistenceManager.java

Repository Revision Date User Message
ASF #355651 Fri Dec 09 23:39:32 UTC 2005 clr JDO-257 Adapt runtime20 to the change in makePersistent return types
Files Changed
MODIFY /incubator/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/PersistenceManagerImpl.java
MODIFY /incubator/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/PersistenceManagerWrapper.java
MODIFY /incubator/jdo/trunk/runtime20/src/java/org/apache/jdo/impl/pm/CacheManagerImpl.java

Repository Revision Date User Message
ASF #359422 Wed Dec 28 06:51:18 UTC 2005 clr JDO-257 removed attachCopy and attachCopyAll methods; left comments to be removed later
Files Changed
MODIFY /db/jdo/trunk/tck20/test/java/org/apache/jdo/tck/api/instancecallbacks/InstanceLifecycleListenerAttach.java
MODIFY /db/jdo/trunk/api20/src/java/javax/jdo/PersistenceManager.java

Repository Revision Date User Message
ASF #365353 Mon Jan 02 14:56:43 UTC 2006 mbo JDO-257 remove javadoc references to PM.attachCopy
Files Changed
MODIFY /db/jdo/trunk/api20/src/java/javax/jdo/listener/AttachCallback.java
MODIFY /db/jdo/trunk/api20/src/java/javax/jdo/listener/AttachLifecycleListener.java

Repository Revision Date User Message
ASF #367855 Wed Jan 11 01:02:01 UTC 2006 clr JDO-257 final update to remove attachCopy from PersistenceManager
Files Changed
MODIFY /db/jdo/trunk/api20/src/java/javax/jdo/PersistenceManager.java