Issue Details (XML | Word | Printable)

Key: JDO-368
Type: Bug Bug
Status: Resolved Resolved
Resolution: Invalid
Priority: Major Major
Assignee: Craig Russell
Reporter: Dave
Votes: 0
Watchers: 0
Operations

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

AttachCallback javadoc issue

Created: 18/Apr/06 12:16 AM   Updated: 14/Oct/06 02:45 AM
Return to search
Component/s: api2
Affects Version/s: JDO 2 rc1
Fix Version/s: None

Time Tracking:
Not Specified

Environment: N/A

Resolution Date: 04/Jun/06 12:13 AM


 Description  « Hide
Javadoc issue.

Descriptions of the AttachCallback methods appear to be copied from DetachCallback. A copy is made during Detach, but not Attach. Which instance are these methods executed on? The attaching copy, or the persistent copy?



jdoPostAttach(java.lang.Object attached)
          This method is called during the execution of PersistenceManager.makePersistent(java.lang.Object) on the persistent instance after the copy is made.
 void jdoPreAttach()
          This method is called during the execution of PersistenceManager.makePersistent(java.lang.Object) on the detached instance before the copy is made.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Craig Russell made changes - 04/Jun/06 12:13 AM
Field Original Value New Value
Status Open [ 1 ] Resolved [ 5 ]
Resolution Invalid [ 6 ]
Assignee Craig Russell [ clr ]