Class BatchCallableStatementCreatorFactory

java.lang.Object
org.apache.camel.component.sql.stored.BatchCallableStatementCreatorFactory

public class BatchCallableStatementCreatorFactory extends Object
  • Constructor Details

    • BatchCallableStatementCreatorFactory

      public BatchCallableStatementCreatorFactory(Template template)
  • Method Details

    • addParameter

      public void addParameter(CallableStatement callableStatement, Map<String,?> batchRow) throws SQLException
      Throws:
      SQLException
    • newCallableStatementCreator

      public org.springframework.jdbc.core.CallableStatementCreator newCallableStatementCreator(Map<String,?> params)
    • getSqlParameterList

      public List<org.springframework.jdbc.core.SqlParameter> getSqlParameterList()
    • getTemplate

      public Template getTemplate()