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