Uses of Interface
org.objectweb.medor.optim.api.QueryTransformer

Packages that use QueryTransformer
org.objectweb.medor.optim.api   
org.objectweb.medor.optim.lib   
 

Uses of QueryTransformer in org.objectweb.medor.optim.api
 

Subinterfaces of QueryTransformer in org.objectweb.medor.optim.api
 interface ExecPlanGenerator
          This interface represents the generator of a QueryTree which is evaluable by the QueryEvaluator.
 interface QueryRewriter
          This interface represents what is also called a logical query optimizer.
 

Uses of QueryTransformer in org.objectweb.medor.optim.lib
 

Classes in org.objectweb.medor.optim.lib that implement QueryTransformer
 class BasicQueryRewriter
          This class implements the QueryRewriter interface AND also the RuleConfiguration interface (the aim is to optimize the number of object).
 class IndexesGenerator
           
 class MedorSourceTypeCompiler
           
 class SourceCodeGeneratorCompiler