Uses of Interface
org.ow2.easybeans.persistence.api.EZBPersistenceUnitManager

Packages that use EZBPersistenceUnitManager
org.ow2.easybeans.api Implementation of EJB 3.0 container API 
org.ow2.easybeans.api.event.container   
org.ow2.easybeans.deployment.api   
org.ow2.easybeans.persistence.api Implementation of EJB 3.0 container API 
 

Uses of EZBPersistenceUnitManager in org.ow2.easybeans.api
 

Methods in org.ow2.easybeans.api that return EZBPersistenceUnitManager
 EZBPersistenceUnitManager EZBContainer.getPersistenceUnitManager()
          Gets the persistence manager object which manages all persistence-unit associated to this container.
 

Methods in org.ow2.easybeans.api with parameters of type EZBPersistenceUnitManager
 void EZBContainer.setPersistenceUnitManager(EZBPersistenceUnitManager persistenceUnitManager)
          Sets the persistence manager object which manages all persistence-unit associated to this container.
 

Uses of EZBPersistenceUnitManager in org.ow2.easybeans.api.event.container
 

Methods in org.ow2.easybeans.api.event.container that return EZBPersistenceUnitManager
 EZBPersistenceUnitManager EZBEventContainerStarted.getPersistenceUnitManager()
          Get the persistence unit manager.
 

Uses of EZBPersistenceUnitManager in org.ow2.easybeans.deployment.api
 

Methods in org.ow2.easybeans.deployment.api that return EZBPersistenceUnitManager
 EZBPersistenceUnitManager EZBInjectionHolder.getPersistenceUnitManager()
           
 

Uses of EZBPersistenceUnitManager in org.ow2.easybeans.persistence.api
 

Methods in org.ow2.easybeans.persistence.api with parameters of type EZBPersistenceUnitManager
 void EZBPersistenceUnitManager.merge(EZBPersistenceUnitManager otherPersistenceUnitManager)
          Merge the persistence context of a an other persistent unit manager in this one.
 



Copyright © 2006-2012 OW2 Consortium. All Rights Reserved.