Module org.mybatis.dynamic.sql
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 StringgetInsertStatement()List<T>getRecords()
-