- java.lang.Object
-
- org.mybatis.dynamic.sql.insert.AbstractMultiRowInsertModel<T>
-
- org.mybatis.dynamic.sql.insert.BatchInsertModel<T>
-
public class BatchInsertModel<T> extends AbstractMultiRowInsertModel<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BatchInsertModel.Builder<T>
-
Nested classes/interfaces inherited from class org.mybatis.dynamic.sql.insert.AbstractMultiRowInsertModel
AbstractMultiRowInsertModel.AbstractBuilder<T,S extends AbstractMultiRowInsertModel.AbstractBuilder<T,S>>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchInsert<T>
render(RenderingStrategy renderingStrategy)
static <T> BatchInsertModel.Builder<T>
withRecords(Collection<T> records)
-
Methods inherited from class org.mybatis.dynamic.sql.insert.AbstractMultiRowInsertModel
mapColumnMappings, recordCount, records, table
-
-
-
-
Method Detail
-
render
@NotNull public BatchInsert<T> render(RenderingStrategy renderingStrategy)
-
withRecords
public static <T> BatchInsertModel.Builder<T> withRecords(Collection<T> records)
-
-