#779 - Refactor - Tidy internals of DefaultOrmQuery, remove unused String query property.

This commit is contained in:
Robin Bygrave
2016-07-15 23:51:27 +12:00
parent 55584f09d5
commit 5a9193f732
5 changed files with 72 additions and 112 deletions
@@ -552,12 +552,6 @@ public interface SpiQuery<T> extends Query<T> {
*/
BindParams getBindParams();
/**
* Get the orm query as a String. Only available if the query was built from
* a string.
*/
String getQuery();
/**
* Replace the query detail. This is used by the AutoTune feature to as a
* fast way to set the query properties and joins.