Uses of Interface
org.objectweb.speedo.query.api.CompiledQuery

Packages that use CompiledQuery
org.objectweb.speedo.query.api   
org.objectweb.speedo.query.ejb   
org.objectweb.speedo.query.jdo   
org.objectweb.speedo.query.lib   
 

Uses of CompiledQuery in org.objectweb.speedo.query.api
 

Methods in org.objectweb.speedo.query.api that return CompiledQuery
 CompiledQuery QueryManager.getQueryCompiler(QueryDefinition qd)
          Retrieves a CompiledQuery for a given QueryDefinition.
 

Uses of CompiledQuery in org.objectweb.speedo.query.ejb
 

Classes in org.objectweb.speedo.query.ejb that implement CompiledQuery
 class EJBCompiledQuery
           
 

Methods in org.objectweb.speedo.query.ejb that return CompiledQuery
protected  CompiledQuery EJBQueryManager.createCompileQuery(QueryDefinition qd)
           
 CompiledQuery EJBQuery.getQueryCompiler()
           
 

Methods in org.objectweb.speedo.query.ejb with parameters of type CompiledQuery
 void EJBQuery.setQueryCompiler(CompiledQuery aqc)
           
 

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

Classes in org.objectweb.speedo.query.jdo that implement CompiledQuery
 class JDOAbstractCompiledQuery
           
 class JDOCompiledDeleteQuery
           
 class JDOCompiledSelectQuery
          JDOCompiledQuery object represents a jdo query.
 

Methods in org.objectweb.speedo.query.jdo that return CompiledQuery
protected  CompiledQuery JDOQueryManager.createCompileQuery(QueryDefinition qd)
           
 CompiledQuery JDOQuery.getQueryCompiler()
           
 

Methods in org.objectweb.speedo.query.jdo with parameters of type CompiledQuery
 void JDOQuery.setQueryCompiler(CompiledQuery aqc)
           
 

Uses of CompiledQuery in org.objectweb.speedo.query.lib
 

Classes in org.objectweb.speedo.query.lib that implement CompiledQuery
 class AbstractCompiledQuery
          Defines a common abstract implement of CompiledQuery interface.
 

Methods in org.objectweb.speedo.query.lib that return CompiledQuery
protected abstract  CompiledQuery SpeedoQueryManager.createCompileQuery(QueryDefinition qd)
           
 CompiledQuery SpeedoQueryManager.getQueryCompiler(QueryDefinition qd)
          returns a CompiledQuery implementation, creates it if it does not exists, or just returns an existing one.