#118 - Additional: Add query includeSoftDeletes() asDraft() to ExpressionList (for fluid style when added after predicates)

This commit is contained in:
Robin Bygrave
2015-12-03 17:42:26 +13:00
parent 337646a6ce
commit 8318bbc4ca
5 changed files with 31 additions and 5 deletions
@@ -150,6 +150,7 @@ public class TestSoftDeleteBasic extends BaseTestCase {
EBasicSoftDelete fetchAllWithLazy =
Ebean.find(EBasicSoftDelete.class)
.setId(bean.getId())
.where()
.includeSoftDeletes()
.findUnique();