public class DirectQueryStrategy extends QueryStrategy
Constructor and Description |
---|
DirectQueryStrategy() |
Modifier and Type | Method and Description |
---|---|
String |
buildHQLQuery(Properties templateProperties,
String ddc,
String query)
Does nothing, just returns the given query.
|
boolean |
isSpecialQuery(String query)
Always returns false.
|
public boolean isSpecialQuery(String query)
isSpecialQuery
in class QueryStrategy
query
- The user query to be mapped to HQL.public String buildHQLQuery(Properties templateProperties, String ddc, String query)
buildHQLQuery
in class QueryStrategy
templateProperties
- The properties to be used to build the HQL query.ddc
- The DDC to be used to build the HQL query.query
- The user query to be mapped to HQL.Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.