Class RowPreparedStatementBatchBuilder<T>

java.lang.Object
org.itsallcode.jdbc.batch.RowPreparedStatementBatchBuilder<T>
Type Parameters:
T - row type

Builder for PreparedStatement batch jobs for a Stream or Iterable of row objects using e.g. INSERT or UPDATE statements.

Create a new instance using DbOperations.preparedStatementBatch(Class).