Interface MultiRowInsertStatementProvider<T>
-
- All Known Implementing Classes:
DefaultMultiRowInsertStatementProvider
public interface MultiRowInsertStatementProvider<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getInsertStatement()
List<T>
getRecords()
-