#584 - ElasticSearch: Internal changes for config, expressions and JSON conversion

This commit is contained in:
Robin Bygrave
2016-03-03 17:46:32 +13:00
parent ca73eff519
commit 5b10d06348
7 changed files with 213 additions and 83 deletions
@@ -303,7 +303,8 @@ public class DefaultOrmQuery<T> implements SpiQuery<T> {
try {
writeElastic(context);
context.flush();
return sw.toString();
generatedSql = sw.toString();
return generatedSql;
} catch (IOException e) {
throw new PersistenceIOException(e);