Interface BatchQueryExecutor<T>

All Known Implementing Classes:
AbstractBatchInsertQueryExecutor, MysqlBatchInsertQueryExecutor, PostgresqlBatchInsertQueryExecutor, SizeAdjusterBatchQueryExecutor

public interface BatchQueryExecutor<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    insert(Connection connection, Collection<T> values, org.simpleflatmapper.util.CheckedConsumer<PreparedStatement> postExecute)