Uses of Class
org.mybatis.dynamic.sql.insert.BatchInsertModel.Builder
-
Packages that use BatchInsertModel.Builder Package Description org.mybatis.dynamic.sql.insert -
-
Uses of BatchInsertModel.Builder in org.mybatis.dynamic.sql.insert
Methods in org.mybatis.dynamic.sql.insert that return BatchInsertModel.Builder Modifier and Type Method Description protected BatchInsertModel.Builder<T>
BatchInsertModel.Builder. getThis()
static <T> BatchInsertModel.Builder<T>
BatchInsertModel. withRecords(Collection<T> records)
-