Ejemplo n.º 1
0
 // ---- INSERT ----
 public <T> KeyInsertBatcher<T> getKeyInsertBatcher(KeyInsertBatcher.KeyProcessor<T> processor) {
   return executor.getKeyInsertBatcher(table, processor);
 }