#345 - Expose Query.getId() and Query.getBeanType() methods ... (previously on SpiQuery)

This commit is contained in:
Robin Bygrave
2015-07-20 12:24:56 +12:00
parent 1a6f68edd3
commit f45d240682
3 changed files with 15 additions and 15 deletions
@@ -481,11 +481,6 @@ public interface SpiQuery<T> extends Query<T> {
*/
void contextAdd(EntityBean bean);
/**
* Return the type of beans queries.
*/
Class<T> getBeanType();
/**
* Return the query timeout.
*/
@@ -580,11 +575,6 @@ public interface SpiQuery<T> extends Query<T> {
*/
String getRawWhereClause();
/**
* Return the Id value.
*/
Object getId();
/**
* Set the generated sql for debug purposes.
*/