#332 - Remove deprecated method - save(Collection<?> beans) ... migrate to saveAll(beans)

This commit is contained in:
Robin Bygrave
2015-07-20 10:39:15 +12:00
parent 1c040e4583
commit b3b4c72a77
7 changed files with 4 additions and 35 deletions
@@ -54,7 +54,7 @@ public class TestInsertCollection extends BaseTestCase {
saveList.add(cust1Check2);
saveList.add(cust3);
Ebean.save(saveList);
Ebean.saveAll(saveList);
Customer cust1Check3 = Ebean.find(Customer.class, cust1.getId());