Uses of Class
gov.nih.nci.system.query.hibernate.HQLCriteria

Packages that use HQLCriteria
gov.nih.nci.system.applicationservice   
gov.nih.nci.system.dao.orm.translator   
org.LexGrid.LexBIG.caCore.applicationservice.impl   
org.LexGrid.LexBIG.caCore.interfaces   
 

Uses of HQLCriteria in gov.nih.nci.system.applicationservice
 

Methods in gov.nih.nci.system.applicationservice with parameters of type HQLCriteria
<E> java.util.List<E>
ApplicationService.query(HQLCriteria hqlCriteria)
          Retrieves the result from the data source using the HQL query.
<E> java.util.List<E>
ApplicationService.query(HQLCriteria hqlCriteria, java.lang.String targetClassName)
          Deprecated. 
 

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

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

Uses of HQLCriteria in org.LexGrid.LexBIG.caCore.applicationservice.impl
 

Methods in org.LexGrid.LexBIG.caCore.applicationservice.impl with parameters of type HQLCriteria
<E> java.util.List<E>
LexEVSApplicationServiceImpl.query(HQLCriteria hqlCriteria)
           
<E> java.util.List<E>
LexEVSApplicationServiceImpl.query(HQLCriteria hqlCriteria, QueryOptions queryOptions)
           
<E> java.util.List<E>
LexEVSApplicationServiceImpl.query(HQLCriteria hqlCriteria, java.lang.String targetClassName)
           
<E> java.util.List<E>
LexEVSApplicationServiceImpl.query(HQLCriteria hqlCriteria, java.lang.String targetClassName, QueryOptions queryOptions)
           
 

Uses of HQLCriteria in org.LexGrid.LexBIG.caCore.interfaces
 

Methods in org.LexGrid.LexBIG.caCore.interfaces with parameters of type HQLCriteria
<E> java.util.List<E>
LexEVSDataService.query(HQLCriteria hqlCriteria, QueryOptions queryOptions)
          Retrieves the result from the data source using the HQL query.
<E> java.util.List<E>
LexEVSDataService.query(HQLCriteria hqlCriteria, java.lang.String targetClassName, QueryOptions queryOptions)
          Deprecated.