Uses of Interface
org.objectweb.speedo.runtime.query.api.QueryCompiler

Packages that use QueryCompiler
org.objectweb.speedo.runtime.query   
org.objectweb.speedo.runtime.query.api   
 

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

Classes in org.objectweb.speedo.runtime.query that implement QueryCompiler
 class SpeedoQueryCompiler
          SpeedoQueryCompiler object represents a query.
 

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

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

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

Methods in org.objectweb.speedo.runtime.query.api that return QueryCompiler
 QueryCompiler QueryManager.getQueryCompiler(QueryDefinition qd)