Uses of Interface
org.jminor.common.model.ProgressReporter

Packages that use ProgressReporter
org.jminor.framework.tools   
 

Uses of ProgressReporter in org.jminor.framework.tools
 

Methods in org.jminor.framework.tools with parameters of type ProgressReporter
static void EntityDataUtil.batchInsert(EntityConnection connection, List<Entity> entities, List<Entity.Key> committed, int batchSize, ProgressReporter progressReporter)
          Inserts the given entities, performing a commit after each batchSize number of inserts.