
|
If you were logged in you would be able to see more operations.
|
|
|
|
When calling pm.detach(obj) and obj is of a non-Detachable class JPOX currently throws a JDOUserException but should return a transient instance (according to the JDO2 spec 12.6.8)
<spec>
Instances to be detached that are not of a Detachable class are detached as transient instances.
</spec>
|
|
Description
|
When calling pm.detach(obj) and obj is of a non-Detachable class JPOX currently throws a JDOUserException but should return a transient instance (according to the JDO2 spec 12.6.8)
<spec>
Instances to be detached that are not of a Detachable class are detached as transient instances.
</spec> |
Show » |
|