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

Packages that use CompiledQuery
org.objectweb.speedo.query.api   
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.lib
 

Classes in org.objectweb.speedo.query.lib that implement CompiledQuery
 class SpeedoCompiledQuery
          SpeedoCompiledQuery object represents a query.
 

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

Methods in org.objectweb.speedo.query.lib with parameters of type CompiledQuery
 void SpeedoQuery.setQueryCompiler(CompiledQuery _qc)