public class MultiRowInsertRenderer<T> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MultiRowInsertRenderer.Builder<T> |
Modifier and Type | Method and Description |
---|---|
MultiRowInsertStatementProvider<T> |
render() |
static <T> MultiRowInsertRenderer.Builder<T> |
withMultiRowInsertModel(MultiRowInsertModel<T> model) |
public MultiRowInsertStatementProvider<T> render()
public static <T> MultiRowInsertRenderer.Builder<T> withMultiRowInsertModel(MultiRowInsertModel<T> model)
Copyright © 2016–2021 MyBatis.org. All rights reserved.