#980 - fix several bugs in findSingleAttibute - Refactor moving logic into DefaultOrmQuery setDefaultSelectClause() from findSingleAttributeList() (to support alternate calling via EbeanServer)

This commit is contained in:
Rob Bygrave
2017-02-26 13:08:10 +13:00
parent a46e086dc4
commit 0e2900d796
4 changed files with 38 additions and 11 deletions
@@ -174,6 +174,13 @@ public class OrmQueryDetail implements Serializable {
return baseProps.isIncluded(property);
}
/**
* Set the base query properties to be empty.
*/
public void setEmptyBase() {
this.baseProps = new OrmQueryProperties(null, new LinkedHashSet<>());
}
/**
* Set the base / root query properties.
*/