#1039 Fix for - reset of dirty flag on L2 cached entities after lazy load

This commit is contained in:
rob bygrave
2017-06-23 23:20:17 +12:00
parent f1f2a416d3
commit 4b2481d3ea
2 changed files with 13 additions and 0 deletions
@@ -25,6 +25,11 @@ final class SqlTreeNodeRoot extends SqlTreeNodeBean {
this.includeJoin = includeJoin;
}
@Override
protected boolean isRoot() {
return true;
}
/**
* Append the property columns to the buffer.
*/