Uses of Interface
org.jboss.ejb.EntityPersistenceManager

Packages that use EntityPersistenceManager
org.jboss.ejb Package description goes here
org.jboss.ejb.plugins Package description goes here
 

Uses of EntityPersistenceManager in org.jboss.ejb
 

Fields in org.jboss.ejb declared as EntityPersistenceManager
protected  EntityPersistenceManager EntityContainer.persistenceManager
          This is the persistence manager for this container
 

Methods in org.jboss.ejb that return EntityPersistenceManager
 EntityPersistenceManager EntityContainer.getPersistenceManager()
           
 

Methods in org.jboss.ejb with parameters of type EntityPersistenceManager
 void EntityContainer.setPersistenceManager(EntityPersistenceManager pm)
           
 

Uses of EntityPersistenceManager in org.jboss.ejb.plugins
 

Classes in org.jboss.ejb.plugins that implement EntityPersistenceManager
 class BMPPersistenceManager
          Persistence manager for BMP entites.
 class CMPPersistenceManager
          The CMP Persistence Manager implements the semantics of the CMP EJB 1.1 call back specification.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.