Uses of Class
org.objectweb.speedo.query.jdo.JDOCompiledSelectQuery

Packages that use JDOCompiledSelectQuery
org.objectweb.speedo.query.jdo   
 

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

Fields in org.objectweb.speedo.query.jdo declared as JDOCompiledSelectQuery
 JDOCompiledSelectQuery JDOQueryEvalContext.sqc
          The original speedo compiled query
 

Constructors in org.objectweb.speedo.query.jdo with parameters of type JDOCompiledSelectQuery
JDOQueryEvalContext(QueryTree qt, JDOCompiledSelectQuery sqc)