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

Packages that use QSelectionColumn
to.etc.domui.hibernate.model   
to.etc.webapp.query   
 

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

Methods in to.etc.domui.hibernate.model with parameters of type QSelectionColumn
 void CriteriaCreatingVisitorWithSubcriteria.visitSelectionColumn(QSelectionColumn n)
           
 void CriteriaCreatingVisitor.visitSelectionColumn(QSelectionColumn n)
           
 

Uses of QSelectionColumn in to.etc.webapp.query
 

Methods in to.etc.webapp.query that return types with arguments of type QSelectionColumn
 java.util.List<QSelectionColumn> QCriteriaQueryBase.getColumnList()
          Returns all selected columns.
 

Methods in to.etc.webapp.query with parameters of type QSelectionColumn
 void QNodeVisitorBase.visitSelectionColumn(QSelectionColumn n)
           
 void QNodeVisitor.visitSelectionColumn(QSelectionColumn qSelectionColumn)