public class BatchCallableStatementCreatorFactory extends Object
Constructor and Description |
---|
BatchCallableStatementCreatorFactory(Template template) |
Modifier and Type | Method and Description |
---|---|
void |
addParameter(CallableStatement callableStatement,
Map batchRow) |
List<org.springframework.jdbc.core.SqlParameter> |
getSqlParameterList() |
Template |
getTemplate() |
org.springframework.jdbc.core.CallableStatementCreator |
newCallableStatementCreator(Map<String,?> params) |
public BatchCallableStatementCreatorFactory(Template template)
public void addParameter(CallableStatement callableStatement, Map batchRow) throws SQLException
SQLException
public org.springframework.jdbc.core.CallableStatementCreator newCallableStatementCreator(Map<String,?> params)
public List<org.springframework.jdbc.core.SqlParameter> getSqlParameterList()
public Template getTemplate()
Apache Camel