Class MultiRowInsertRenderer<T>
java.lang.Object
org.mybatis.dynamic.sql.insert.render.MultiRowInsertRenderer<T>
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionrender()
static <T> MultiRowInsertRenderer.Builder
<T> withMultiRowInsertModel
(MultiRowInsertModel<T> model)
-
Method Details
-
render
-
withMultiRowInsertModel
public static <T> MultiRowInsertRenderer.Builder<T> withMultiRowInsertModel(MultiRowInsertModel<T> model)
-