Uses of Interface
to.etc.webapp.query.IQueryExecutorFactory

Packages that use IQueryExecutorFactory
to.etc.domui.hibernate.config   
to.etc.domui.hibernate.generic   
to.etc.webapp.qsql   
to.etc.webapp.query   
 

Uses of IQueryExecutorFactory in to.etc.domui.hibernate.config
 

Methods in to.etc.domui.hibernate.config with parameters of type IQueryExecutorFactory
static void HibernateConfigurator.registerQueryExecutor(IQueryExecutorFactory qexecutor)
          Register an alternative IQueryExecutorFactory which can execute QCriteria queries on non-hibernate classes.
 

Uses of IQueryExecutorFactory in to.etc.domui.hibernate.generic
 

Classes in to.etc.domui.hibernate.generic that implement IQueryExecutorFactory
 class HibernateQueryExecutor
          This handler knows how to execute Hibernate queries using a basic Hibernate context.
 

Fields in to.etc.domui.hibernate.generic declared as IQueryExecutorFactory
static IQueryExecutorFactory HibernateQueryExecutor.FACTORY
           
 

Uses of IQueryExecutorFactory in to.etc.webapp.qsql
 

Classes in to.etc.webapp.qsql that implement IQueryExecutorFactory
 class JdbcQueryExecutor
           
 

Uses of IQueryExecutorFactory in to.etc.webapp.query
 

Methods in to.etc.webapp.query that return types with arguments of type IQueryExecutorFactory
 java.util.List<IQueryExecutorFactory> QQueryExecutorRegistry.getQueryRendererList()
           
 

Methods in to.etc.webapp.query with parameters of type IQueryExecutorFactory
 void QQueryExecutorRegistry.register(IQueryExecutorFactory cf)