Uses of Class
org.mybatis.dynamic.sql.insert.BatchInsertModel
-
Packages that use BatchInsertModel Package Description org.mybatis.dynamic.sql.insert org.mybatis.dynamic.sql.insert.render -
-
Uses of BatchInsertModel in org.mybatis.dynamic.sql.insert
Methods in org.mybatis.dynamic.sql.insert that return BatchInsertModel Modifier and Type Method Description BatchInsertModel<T>BatchInsertDSL. build()BatchInsertModel<T>BatchInsertModel.Builder. build() -
Uses of BatchInsertModel in org.mybatis.dynamic.sql.insert.render
Methods in org.mybatis.dynamic.sql.insert.render with parameters of type BatchInsertModel Modifier and Type Method Description BatchInsertRenderer.Builder<T>BatchInsertRenderer.Builder. withBatchInsertModel(BatchInsertModel<T> model)static <T> BatchInsertRenderer.Builder<T>BatchInsertRenderer. withBatchInsertModel(BatchInsertModel<T> model)
-