Uses of Interface
org.apache.jdo.jdoql.JDOQLQueryFactory

Packages that use JDOQLQueryFactory
org.apache.jdo.impl.fostore This package contains the implementation of the File/Object Store JDO Reference Implementation (FOStore, pronounced "foster"). 
org.apache.jdo.impl.jdoql   
 

Uses of JDOQLQueryFactory in org.apache.jdo.impl.fostore
 

Fields in org.apache.jdo.impl.fostore declared as JDOQLQueryFactory
private  JDOQLQueryFactory FOStorePMF.jdoqlQueryFactory
          The query factory for JDOQL.
private  JDOQLQueryFactory FOStorePM.jdoqlQueryFactory
          The JDOQLQueryFactory.
 

Methods in org.apache.jdo.impl.fostore that return JDOQLQueryFactory
 JDOQLQueryFactory FOStorePMF.getJDOQLQueryFactory()
          Returns the JDOQLQueryFactory bound to this FOStorePMF.
 

Uses of JDOQLQueryFactory in org.apache.jdo.impl.jdoql
 

Classes in org.apache.jdo.impl.jdoql that implement JDOQLQueryFactory
 class JDOQLQueryFactoryImpl
          Implements the @link{QueryFactory} interface in order to implement a component which is capable to run together with JDO runtime.