#782 - History Many-To-Many Lazy-Loads fail

This commit is contained in:
Robin Bygrave
2016-07-25 23:31:02 +12:00
parent b763f4c875
commit 6108ef484b
6 changed files with 47 additions and 2 deletions
@@ -222,6 +222,16 @@ public interface SpiQuery<T> extends Query<T> {
*/
Timestamp getAsOf();
/**
* Return true if the base table is using history.
*/
boolean isAsOfBaseTable();
/**
* Set when the base table is using history.
*/
void setAsOfBaseTable();
/**
* Increment the counter of tables used in 'As Of' query.
*/