|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
ApplicationService.query(HQLCriteria hqlCriteria)
Retrieves the result from the data source using the HQL query. |
|
|
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 | ||
---|---|---|
|
LexEVSApplicationServiceImpl.query(HQLCriteria hqlCriteria)
|
|
|
LexEVSApplicationServiceImpl.query(HQLCriteria hqlCriteria,
QueryOptions queryOptions)
|
|
|
LexEVSApplicationServiceImpl.query(HQLCriteria hqlCriteria,
java.lang.String targetClassName)
|
|
|
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 | ||
---|---|---|
|
LexEVSDataService.query(HQLCriteria hqlCriteria,
QueryOptions queryOptions)
Retrieves the result from the data source using the HQL query. |
|
|
LexEVSDataService.query(HQLCriteria hqlCriteria,
java.lang.String targetClassName,
QueryOptions queryOptions)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |