|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nih.nci.cagrid.data.sdk32query.experimental.hql313.CQL2HQL
public class CQL2HQL
CQL2HQL Converter utility to turn CQL into HQL compatible with Hibernate 3.1.3 for use with caCORE SDK 3.2
| Constructor Summary | |
|---|---|
CQL2HQL()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
convertToHql(CQLQuery query,
boolean avoidSubclasses,
boolean caseInsensitive)
Converts CQL to HQL suitable for use with Hibernate v3.1.3 and the caCORE SDK version 3.2 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CQL2HQL()
| Method Detail |
|---|
public static java.lang.String convertToHql(CQLQuery query,
boolean avoidSubclasses,
boolean caseInsensitive)
throws QueryProcessingException
query - The query to convertavoidSubclasses - A flag to indicate the target has subclasses, which we should not returncaseInsensitive - A flag to indicate the query should be performed without regard to case
QueryProcessingException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||