public class StatementBuilderFactory extends Object
| Constructor and Description |
|---|
StatementBuilderFactory() |
| Modifier and Type | Method and Description |
|---|---|
static <T> StatementBuilder<T> |
createStatementBuilder(StatementDialect dialect,
AbstractBatchHandler<T> batchHandler)
Creates a StatementBuilder instance.
|
public static <T> StatementBuilder<T> createStatementBuilder(StatementDialect dialect, AbstractBatchHandler<T> batchHandler)
T - the BatchHandler class.dialect - the dialect of the StatementBuilder to create.batchHandler - the batch handler.Copyright © 2016 UiO. All rights reserved.