Incorrect example code
factory.createEntityManager(PersistenceContextType.EXTENDED)
-----------------------------------------------------------------------------------
Key: OPENJPA-550
URL: https://issues.apache.org/jira/browse/OPENJPA-550
Project: OpenJPA
Issue Type: Bug
Components: docs
Affects Versions: 1.0.2
Reporter: Craig Russell
Priority: Minor
Example 3.1. Interaction of Interfaces Outside Container
// get an EntityManager from the factory
EntityManager em = factory.createEntityManager(PersistenceContextType.EXTENDED);
There is no method that takes a PersistenceContextType as a parameter.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.