Uses of Class
to.etc.webapp.query.QNodeVisitorBase

Packages that use QNodeVisitorBase
to.etc.domui.hibernate.model   
to.etc.webapp.qsql   
to.etc.webapp.query   
 

Uses of QNodeVisitorBase in to.etc.domui.hibernate.model
 

Subclasses of QNodeVisitorBase in to.etc.domui.hibernate.model
 class CriteriaCreatingVisitor
          Thingy which creates a Hibernate Criteria thingy from a generic query.
 class CriteriaCreatingVisitorWithSubcriteria
          Thingy which creates a Hibernate Criteria thingy from a generic query.
 

Uses of QNodeVisitorBase in to.etc.webapp.qsql
 

Subclasses of QNodeVisitorBase in to.etc.webapp.qsql
 class JdbcSQLGenerator
          Generate a SQL query from a QCriteria selection using the poor man's JDBC code.
 

Uses of QNodeVisitorBase in to.etc.webapp.query
 

Subclasses of QNodeVisitorBase in to.etc.webapp.query
 class QQueryRenderer
          Render a QCriteria query as something more or less human-readable.