public final class DefaultParameterizedBatchHandlerFactory extends Object implements ParameterizedBatchHandlerFactory
| Constructor and Description |
|---|
DefaultParameterizedBatchHandlerFactory() |
| Modifier and Type | Method and Description |
|---|---|
ParameterizedBatchHandler |
get(String query,
Protocol protocol)
Creates a parameterized batch handler
In this implementation the query is ignored, taken in the addParameters call instead
|
public DefaultParameterizedBatchHandlerFactory()
public ParameterizedBatchHandler get(String query, Protocol protocol)
get in interface ParameterizedBatchHandlerFactoryquery - the query to create the handler forCopyright © 2016. All rights reserved.