[
https://issues.apache.org/jira/browse/JDO-610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12646069#action_12646069
]
Andy Jefferson commented on JDO-610:
------------------------------------
By requesting this, you presumably have something in mind, based on some JDO
implementations vendor extension. Why not make a proposal ?
Something like "savepoints" would presumably be
Transaction.setSavepoint(String name);
Transaction.releaseSavepoint(String name);
Transaction.rollbackToSavepoint(String name);
We then need to consider behaviour with respect to flush() etc.
> Support Nested Transaction or savePoint in JDO 2.3
> --------------------------------------------------
>
> Key: JDO-610
> URL: https://issues.apache.org/jira/browse/JDO-610
> Project: JDO
> Issue Type: Wish
> Reporter: Eric SULTAN
> Fix For: JDO 2 maintenance release 3
>
>
> It would be very usefull if the next maintenance release of JDO allow nested
> transaction or savePoint if the RDBMS can do it.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.