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