Package | Description |
---|---|
gov.nih.nci.system.applicationservice | |
gov.nih.nci.system.dao.orm.translator |
Modifier and Type | Method and Description |
---|---|
<E> java.util.List<E> |
ApplicationService.query(CQLQuery cqlQuery)
Retrieves the result from the data source using the CQL query.
|
<E> java.util.List<E> |
ApplicationService.query(CQLQuery cqlQuery,
java.lang.String targetClassName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
HQLCriteria |
CQL2HQL.translate(CQLQuery query,
boolean eliminateSubclasses,
boolean caseSensitive)
Translates a CQL query into an HQL string.
|