Uses of Interface
org.objectweb.speedo.api.ProxyManager

Packages that use ProxyManager
org.objectweb.speedo.api   
org.objectweb.speedo.runtime   
org.objectweb.speedo.runtime.genclass   
org.objectweb.speedo.runtime.genclass.collection   
org.objectweb.speedo.runtime.genclass.map   
org.objectweb.speedo.runtime.query   
org.objectweb.speedo.runtime.query.api   
 

Uses of ProxyManager in org.objectweb.speedo.api
 

Methods in org.objectweb.speedo.api that return ProxyManager
 ProxyManager ProxyManagerSwitch.lookup(javax.jdo.PersistenceManagerFactory pmf)
           
 

Methods in org.objectweb.speedo.api with parameters of type ProxyManager
 void SpeedoProxy.jdoMakePersistent(ProxyManager pm)
           
 void SpeedoProxy.jdoDeletePersistent(ProxyManager pm)
           
 void ProxyManagerSwitch.bind(ProxyManager pm)
          It assignes a ProxyManager to the current context.
 boolean ProxyManagerSwitch.remove(ProxyManager pm)
          It clears a ProxyManager for the current context.
 

Uses of ProxyManager in org.objectweb.speedo.runtime
 

Classes in org.objectweb.speedo.runtime that implement ProxyManager
 class SpeedoPersistenceManager
           
 

Methods in org.objectweb.speedo.runtime that return ProxyManager
 ProxyManager SpeedoProxyManagerSwitch.lookup(javax.jdo.PersistenceManagerFactory pmf)
           
 

Methods in org.objectweb.speedo.runtime with parameters of type ProxyManager
 void SpeedoProxyManagerSwitch.bind(ProxyManager pm)
          It assignes a ProxyManager to the current context.
 boolean SpeedoProxyManagerSwitch.remove(ProxyManager pm)
          It clears a ProxyManager for the current context.
 

Uses of ProxyManager in org.objectweb.speedo.runtime.genclass
 

Methods in org.objectweb.speedo.runtime.genclass with parameters of type ProxyManager
 void GenClass.jdoMakePersistent(ProxyManager pm, SpeedoProxy sp)
           
 void GenClass.jdoDeletePersistent(ProxyManager pm)
           
 

Uses of ProxyManager in org.objectweb.speedo.runtime.genclass.collection
 

Methods in org.objectweb.speedo.runtime.genclass.collection with parameters of type ProxyManager
 void CollectionImpl.jdoMakePersistent(ProxyManager pm)
           
 void CollectionImpl.jdoMakePersistent(ProxyManager pm, SpeedoProxy sp)
           
 

Uses of ProxyManager in org.objectweb.speedo.runtime.genclass.map
 

Methods in org.objectweb.speedo.runtime.genclass.map with parameters of type ProxyManager
 void MapImpl.jdoMakePersistent(ProxyManager pm)
           
 

Uses of ProxyManager in org.objectweb.speedo.runtime.query
 

Methods in org.objectweb.speedo.runtime.query with parameters of type ProxyManager
 java.util.Collection SpeedoQueryCompiler.execute(java.lang.Object[] a, ProxyManager pm)
          evaluate the query with a single parameter which is a array of object parameters.
 java.util.Collection SpeedoQueryCompiler.execute(java.util.Map m, ProxyManager pm)
          evaluate the query with a single parameter which is a Map of object parameters.
 void SpeedoQuery.setProxyManager(ProxyManager _pm)
           
 

Uses of ProxyManager in org.objectweb.speedo.runtime.query.api
 

Methods in org.objectweb.speedo.runtime.query.api with parameters of type ProxyManager
 java.util.Collection QueryCompiler.execute(java.lang.Object[] parameters, ProxyManager pm)
           
 java.util.Collection QueryCompiler.execute(java.util.Map parameters, ProxyManager pm)