mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Internal SpiQuery : remove unused lazyLoadForParentsIds
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user