History
Log In
h
ome
b
rowse project
f
ind issues
Q
uick Search:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
|
Printable
)
Key:
JDO-450
Type:
New Feature
Status:
Resolved
Resolution:
Fixed
Priority:
Major
Assignee:
Craig Russell
Reporter:
Michelle Caisse
Votes:
0
Watchers:
0
Operations
If you were
logged in
you would be able to see more operations.
JDO
Change signatures of PersistenceManager methods to be generic
Created:
11/Dec/06 03:44 AM
Updated:
11/Jul/07 07:32 PM
Return to search
Component/s:
api2
Affects Version/s:
JDO 2 final
Fix Version/s:
JDO 2 maintenance release 1
Time Tracking:
Not Specified
File Attachments:
File Name
Date Attached
Attached By
Size
jdo-450.patch
2007-07-10 11:34 PM
Craig Russell
2 kB
Resolution Date:
11/Jul/07 07:32 PM
Description
« Hide
Change in 12.6 signatures of PersistenceManager methods to be generic. Note that these changes are source compatible with existing application programs. See ChangeLog for new signatures.
Object getObjectById (Class cls, Object key)
Object newInstance(Class persistenceCapable)
Object makePersistent (Object pc)
Object[ ] makePersistentAll (Object[ ] pcs)
Collection makePersistentAll (Collection pcs)
Object detachCopy(Object pc)
Collection detachCopyAll(Collection pcs)
Object[ ] detachCopyAll(Object[ ] pcs)
Description
Change in 12.6 signatures of PersistenceManager methods to be generic. Note that these changes are source compatible with existing application programs. See ChangeLog for new signatures. Object getObjectById (Class cls, Object key) Object newInstance(Class persistenceCapable) Object makePersistent (Object pc) Object[ ] makePersistentAll (Object[ ] pcs) Collection makePersistentAll (Collection pcs) Object detachCopy(Object pc) Collection detachCopyAll(Collection pcs) Object[ ] detachCopyAll(Object[ ] pcs)
Show »
All
Comments
Work Log
Change History
Subversion Commits
Sort Order:
Craig Russell
made changes -
10/Jul/07 11:34 PM
Field
Original Value
New Value
Attachment
jdo-450.patch
[ 12361540 ]
Craig Russell
made changes -
11/Jul/07 07:32 PM
Status
Open
[ 1 ]
Resolved
[ 5 ]
Resolution
Fixed
[ 1 ]