[
https://issues.apache.org/jira/browse/JDO-452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525936
]
Ilan Kirsh commented on JDO-452:
--------------------------------
Looks good.
I see that JDOEntityTransaction is not defined, but the following should be
good enough:
((JDOEntityManager)em).currentTransaction().setOptimistic(false);
Do we need a method like em.getDelegate() but in the other direction, to get an
EntityManager from a PersistenceManager proxy?
> Provide interfaces that extend both JDO and JPA
> -----------------------------------------------
>
> Key: JDO-452
> URL: https://issues.apache.org/jira/browse/JDO-452
> Project: JDO
> Issue Type: New Feature
> Components: api2
> Affects Versions: JDO 2 final
> Reporter: Michelle Caisse
> Assignee: Craig Russell
> Fix For: JDO 2 maintenance release 1
>
> Attachments: jdo-452.patch, jdo-452.patch
>
>
> Provide interfaces that extend both JDO and JPA in order to make it easier to
> migrate applications from JDO to JPA.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.