Uses of Interface
org.objectweb.perseus.persistence.api.PersistenceManager

Packages that use PersistenceManager
org.objectweb.perseus.persistence.api   
org.objectweb.perseus.persistence.lib   
 

Uses of PersistenceManager in org.objectweb.perseus.persistence.api
 

Subinterfaces of PersistenceManager in org.objectweb.perseus.persistence.api
 interface TransactionalPersistenceManager
          It defines a persistence manager able to manage context transactional or not.
 

Methods in org.objectweb.perseus.persistence.api that return PersistenceManager
 PersistenceManager PersistenceManagerBindingController.getContextCopyManager()
          It retrieves the ContextCopyManager used by the PersistenceManager.
 

Methods in org.objectweb.perseus.persistence.api with parameters of type PersistenceManager
 void PersistenceManagerBindingController.setContextCopyManager(PersistenceManager pm)
          It assignes the context copy manager instance.
 

Uses of PersistenceManager in org.objectweb.perseus.persistence.lib
 

Classes in org.objectweb.perseus.persistence.lib that implement PersistenceManager
 class TransactionalPersistenceManagerImpl
          This class is an implementation of the TransactionalPersistenceManager interface.
 



Copyright © 2000-2002 France Telecom S.A., INRIA, IMAG-LSR All Rights Reserved.