Package org.objectweb.easybeans.persistence

Implementation of EJB 3.0 container

See:
          Description

Class Summary
JPersistenceContext This class manages persistence contexts associated to a persistence unit.
PersistenceUnitManager This class manages persistence units ands allow to return EntityManager or EntityManagerFactory.
TxEntityManager This class represents an EntityManager that will be used as a container managed transaction scoped persistence context.
TxEntityManagerHandler This class is used to handle different entity manager for Transaction Scoped Persistence Context.
TxEntityManagerLifeCycle This class manages the lifecycle of an entity manager with transaction scoped persistence context.
 

Package org.objectweb.easybeans.persistence Description

Implementation of EJB 3.0 container