
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
11/Jul/07 07:32 PM
|
|
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 » |
|