Uses of Interface
org.objectweb.speedo.pm.jdo.api.JDOPOManagerItf

Packages that use JDOPOManagerItf
org.objectweb.speedo.pm.jdo.lib   
org.objectweb.speedo.query.jdo   
 

Uses of JDOPOManagerItf in org.objectweb.speedo.pm.jdo.lib
 

Classes in org.objectweb.speedo.pm.jdo.lib that implement JDOPOManagerItf
 class JDOPOManager
          Is a fractal component exporting the POManagerItf interface.
 

Uses of JDOPOManagerItf in org.objectweb.speedo.query.jdo
 

Methods in org.objectweb.speedo.query.jdo with parameters of type JDOPOManagerItf
 TupleCollection JDOQueryEvalContext.eval(JDOPOManagerItf pm, org.objectweb.medor.expression.api.ParameterOperand[] pos, java.lang.Object connection, QueryDefinition userqd)
          Executes the sub query
protected  java.lang.Object JDOCompiledDeleteQuery.executeQT(JDOPOManagerItf pm, org.objectweb.medor.expression.api.ParameterOperand[] pos, QueryDefinition userqd)
          executes a the current delete query, and returns a Long object corresponding to the number of delete instances
protected abstract  java.lang.Object JDOAbstractCompiledQuery.executeQT(JDOPOManagerItf pm, org.objectweb.medor.expression.api.ParameterOperand[] pos, QueryDefinition userqd)
           
protected  java.lang.Object JDOCompiledSelectQuery.executeQT(JDOPOManagerItf pm, org.objectweb.medor.expression.api.ParameterOperand[] pos, QueryDefinition userqd)
          executes a the current query, and returns a Collection of object.
protected  void JDOAbstractCompiledQuery.flushCache(JDOPOManagerItf pm)
           
 void JDOQuery.setPOManager(JDOPOManagerItf apm)
           
 

Constructors in org.objectweb.speedo.query.jdo with parameters of type JDOPOManagerItf
JDOExtent(java.lang.Class candidateClass, boolean hasSubclasses, JDOPOManagerItf pm, JormFactory jf, boolean prefetch, org.objectweb.util.monolog.api.Logger logger)
          create a new SpeedoExtent object, this object is not obtained by a call to 'new' by the client application, but by the PersistenceManager object with getExtent() method
JDOQueriesUnion(org.objectweb.medor.expression.api.ParameterOperand[] pos, JDOPOManagerItf pm, java.lang.Object connection, JDOQueryEvalContext[] qecs, QueryDefinition userqd)