Uses of Class
gov.nih.nci.system.dao.QueryException

Packages that use QueryException
gov.nih.nci.system.dao.orm.translator   
gov.nih.nci.system.util   
org.LexGrid.LexBIG.caCore.connection.orm.utils   
 

Uses of QueryException in gov.nih.nci.system.dao.orm.translator
 

Methods in gov.nih.nci.system.dao.orm.translator that throw QueryException
 HQLCriteria CQL2HQL.translate(CQLQuery query, boolean eliminateSubclasses, boolean caseSensitive)
          Translates a CQL query into an HQL string.
 

Uses of QueryException in gov.nih.nci.system.util
 

Methods in gov.nih.nci.system.util that throw QueryException
 java.lang.String ClassCache.getDataType(java.lang.String className, java.lang.String attribName)
          Gets the data type of a particular field of the class
 boolean ClassCache.isCollection(java.lang.String className, java.lang.String attribName)
           
 

Uses of QueryException in org.LexGrid.LexBIG.caCore.connection.orm.utils
 

Methods in org.LexGrid.LexBIG.caCore.connection.orm.utils that throw QueryException
 boolean LexEVSClassCache.isCollection(java.lang.String className, java.lang.String attribName)