org.apache.ode.ql
Class Compiler<R,PARAMC>

java.lang.Object
  extended by org.apache.ode.ql.Compiler<R,PARAMC>
Direct Known Subclasses:
HibernateInstancesQueryCompiler

public abstract class Compiler<R,PARAMC>
extends java.lang.Object


Constructor Summary
Compiler()
           
 
Method Summary
abstract  CommandEvaluator<R,PARAMC> compile(Query query)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Compiler

public Compiler()
Method Detail

compile

public abstract CommandEvaluator<R,PARAMC> compile(Query query)