3132333435363738394041
test.setBatchSize(10); test.setEntityCount(objectCount); test.buildInventory(objectCount); while (test.getActionCount() < objectCount) { System.out.println(test.getActionCount()+ " % "+objectCount); test.persist(em); } test.clearInventory(); } }