public class DefaultBatchHandlerFactory extends Object implements BatchHandlerFactory
| Constructor and Description |
|---|
DefaultBatchHandlerFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T> BatchHandler<T> |
createBatchHandler(Class<? extends BatchHandler<T>> clazz)
Creates a BatchHandler instance.
|
void |
setInMemory(boolean inMemory) |
void |
setJdbcConfiguration(JdbcConfiguration jdbcConfiguration) |
public void setJdbcConfiguration(JdbcConfiguration jdbcConfiguration)
public void setInMemory(boolean inMemory)
public <T> BatchHandler<T> createBatchHandler(Class<? extends BatchHandler<T>> clazz)
BatchHandlerFactorycreateBatchHandler in interface BatchHandlerFactoryT - type.clazz - the BatchHandler class to create.Copyright © 2016 UiO. All rights reserved.