| Package | Description |
|---|---|
| org.hisp.quick | |
| org.hisp.quick.batchhandler | |
| org.hisp.quick.factory |
| Modifier and Type | Method and Description |
|---|---|
<T> BatchHandler<T> |
BatchHandlerFactory.createBatchHandler(Class<? extends BatchHandler<T>> clazz)
Creates a BatchHandler instance.
|
BatchHandler<T> |
BatchHandler.init()
Initializes the BatchHandler by acquiring a database connection, creating a
statement object and initializing a SQL statement.
|
| Modifier and Type | Method and Description |
|---|---|
<T> BatchHandler<T> |
BatchHandlerFactory.createBatchHandler(Class<? extends BatchHandler<T>> clazz)
Creates a BatchHandler instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBatchHandler<T>
Abstract class to be extended by concrete batch handler implementations.
|
| Modifier and Type | Method and Description |
|---|---|
BatchHandler<T> |
AbstractBatchHandler.init() |
| Modifier and Type | Method and Description |
|---|---|
<T> BatchHandler<T> |
DefaultBatchHandlerFactory.createBatchHandler(Class<? extends BatchHandler<T>> clazz) |
| Modifier and Type | Method and Description |
|---|---|
<T> BatchHandler<T> |
DefaultBatchHandlerFactory.createBatchHandler(Class<? extends BatchHandler<T>> clazz) |
Copyright © 2016 UiO. All rights reserved.