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