Internal SpiQuery : remove unused lazyLoadForParentsIds

This commit is contained in:
Robin Bygrave
2015-07-20 12:47:09 +12:00
parent 0d848e9311
commit 936e56835c
4 changed files with 4 additions and 17 deletions
@@ -50,7 +50,7 @@ public class TestManyLazyLoadingQuery extends BaseTestCase {
SpiQuery<?> query0 = (SpiQuery<?>)Ebean.find(OrderDetail.class);
query0.setLazyLoadForParents(parentIds, beanProperty);
query0.setLazyLoadForParents(beanProperty);
beanProperty.addWhereParentIdIn(query0, parentIds);