Injecting an entity manager using factory method
------------------------------------------------
Key: ARIES-413
URL: https://issues.apache.org/jira/browse/ARIES-413
Project: Aries
Issue Type: Improvement
Components: JPA
Affects Versions: 0.2
Reporter: Bengt Rodehav
It is only possible to use setter injection when injecting a JPA entity
manager. The following injection types should also be supported since they are
supported in the Blueprint spec:
- Constructor injection
- Factory method injection
- Factory class injection
An example of usage could be (using a factory method):
<bean id="beanImpl" class="MyClass" factory-method="create">
<argument>
<jpa:context property="entityManager" unitname="myPU"/>
</argument>
</bean>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.