Package org.mybatis.dynamic.sql.insert
Class MultiRowInsertModel<T>
java.lang.Object
org.mybatis.dynamic.sql.insert.AbstractMultiRowInsertModel<T>
org.mybatis.dynamic.sql.insert.MultiRowInsertModel<T>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.mybatis.dynamic.sql.insert.AbstractMultiRowInsertModel
AbstractMultiRowInsertModel.AbstractBuilder<T,
S extends AbstractMultiRowInsertModel.AbstractBuilder<T, S>> -
Field Summary
Fields inherited from class org.mybatis.dynamic.sql.insert.AbstractMultiRowInsertModel
columnMappings
-
Method Summary
Modifier and TypeMethodDescriptionrender
(RenderingStrategy renderingStrategy) static <T> MultiRowInsertModel.Builder
<T> withRecords
(Collection<T> records) Methods inherited from class org.mybatis.dynamic.sql.insert.AbstractMultiRowInsertModel
columnMappings, recordCount, records, table
-
Method Details
-
render
-
withRecords
-