Uses of Class
org.objectweb.speedo.query.lib.QueryDefinitionImpl

Packages that use QueryDefinitionImpl
org.objectweb.speedo.query.lib   
org.objectweb.speedo.query.parser   
 

Uses of QueryDefinitionImpl in org.objectweb.speedo.query.lib
 

Subclasses of QueryDefinitionImpl in org.objectweb.speedo.query.lib
 class SpeedoQuery
          SpeedoQuery is the basic implementation of the javax.jdo.Query interface.
 

Uses of QueryDefinitionImpl in org.objectweb.speedo.query.parser
 

Constructors in org.objectweb.speedo.query.parser with parameters of type QueryDefinitionImpl
SelectGroupByVisitor(org.objectweb.medor.query.lib.SelectProject sp, org.objectweb.medor.query.api.QueryTree qt, org.objectweb.jorm.api.PMapper mapper, SpeedoQLVariableVisitor sqvv, QueryDefinitionImpl qd, QueryEvalContext qec, java.lang.ClassLoader classloader)