Uses of Interface
org.objectweb.speedo.query.api.QueryDefinition

Packages that use QueryDefinition
org.objectweb.speedo.query.api   
org.objectweb.speedo.query.lib   
 

Uses of QueryDefinition in org.objectweb.speedo.query.api
 

Methods in org.objectweb.speedo.query.api with parameters of type QueryDefinition
 CompiledQuery QueryManager.getQueryCompiler(QueryDefinition qd)
           
 

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

Classes in org.objectweb.speedo.query.lib that implement QueryDefinition
 class QueryDefinitionImpl
           
 class SpeedoQuery
          SpeedoQuery is the basic implementation of the javax.jdo.Query interface.
 

Methods in org.objectweb.speedo.query.lib with parameters of type QueryDefinition
 void SpeedoQuery.defineWith(QueryDefinition qd)
           
 void SpeedoCompiledQuery.defineQuery(QueryDefinition _qd)
           
 void QueryDefinitionImpl.defineWith(QueryDefinition qd)
           
 CompiledQuery SpeedoQueryManager.getQueryCompiler(QueryDefinition qd)
          returns a CompiledQuery implementation, creates it if it does not exists, or just returns an existing one.
 

Constructors in org.objectweb.speedo.query.lib with parameters of type QueryDefinition
QueryDefinitionImpl(QueryDefinition qd)