Package | Description |
---|---|
org.mybatis.dynamic.sql.insert | |
org.mybatis.dynamic.sql.insert.render |
Modifier and Type | Method and Description |
---|---|
MultiRowInsertModel<T> |
MultiRowInsertDSL.build() |
MultiRowInsertModel<T> |
MultiRowInsertModel.Builder.build() |
Modifier and Type | Method and Description |
---|---|
MultiRowInsertRenderer.Builder<T> |
MultiRowInsertRenderer.Builder.withMultiRowInsertModel(MultiRowInsertModel<T> model) |
static <T> MultiRowInsertRenderer.Builder<T> |
MultiRowInsertRenderer.withMultiRowInsertModel(MultiRowInsertModel<T> model) |
Copyright © 2016–2019 MyBatis.org. All rights reserved.