0

I want to implement Container Managed persistence using Websphere and OpenJPA.

Can anyone provide some insights ?

Is there a way to achieve this without using EJB3 or Spring ?

4

1 回答 1

0

EJB 和 Spring(以及其他一些依赖注入框架,如 Google Guice)实现了 Container Managed EntityManager。如果您不想使用为容器提供挂钩的技术来为您处理事务和实体管理器,那么您将不得不推出自己的应用程序管理路由。

于 2013-10-02T01:54:29.573 回答