Uses of Class
org.mybatis.dynamic.sql.insert.BatchInsertModel.Builder
Packages that use BatchInsertModel.Builder
-
Uses of BatchInsertModel.Builder in org.mybatis.dynamic.sql.insert
Methods in org.mybatis.dynamic.sql.insert that return BatchInsertModel.BuilderModifier and TypeMethodDescriptionprotected BatchInsertModel.Builder
<T> BatchInsertModel.Builder.getThis()
static <T> BatchInsertModel.Builder
<T> BatchInsertModel.withRecords
(Collection<T> records)