org.ow2.easybeans.persistence |
EJB 3.0
Implementation of EJB 3.0 container
|
Java Source File Name | Type | Comment |
JPersistenceContext.java | Class | This class manages persistence contexts associated to a persistence unit. |
PersistenceUnitManager.java | Class | This class manages persistence units ands allow to return EntityManager or
EntityManagerFactory. |
TxEntityManager.java | Class | This class represents an EntityManager that will be used as a container
managed transaction scoped persistence context. |
TxEntityManagerHandler.java | Class | This class is used to handle different entity manager for Transaction Scoped
Persistence Context. |
TxEntityManagerLifeCycle.java | Class | This class manages the lifecycle of an entity manager with transaction scoped
persistence context. |