| Michelle Caisse (JIRA) 2006-12-11, 1:11 am |
| Change signatures of PersistenceManager methods to be generic
-------------------------------------------------------------
Key: JDO-450
URL: http://issues.apache.org/jira/browse/JDO-450
Project: JDO
Issue Type: New Feature
Components: api2
Affects Versions: JDO 2 final
Reporter: Michelle Caisse
Assigned To: Craig Russell
Fix For: JDO 2 maintenance release 1
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)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secur...nistrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|