Class TemplateStoredProcedure

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean

    public class TemplateStoredProcedure
    extends org.springframework.jdbc.object.StoredProcedure
    • Field Summary

      • Fields inherited from class org.springframework.jdbc.object.RdbmsOperation

        logger
    • Constructor Summary

      Constructors 
      Constructor Description
      TemplateStoredProcedure​(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, Template template, boolean function)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Map execute​(org.apache.camel.Exchange exchange, Object rowData)  
      Template getTemplate()  
      • Methods inherited from class org.springframework.jdbc.object.StoredProcedure

        allowsUnusedParameters, declareParameter, execute, execute, execute
      • Methods inherited from class org.springframework.jdbc.object.SqlCall

        compileInternal, getCallString, isFunction, isSqlReadyForUse, newCallableStatementCreator, newCallableStatementCreator, onCompileInternal, setFunction, setSqlReadyForUse
      • Methods inherited from class org.springframework.jdbc.object.RdbmsOperation

        afterPropertiesSet, checkCompiled, compile, getDeclaredParameters, getGeneratedKeysColumnNames, getJdbcTemplate, getResultSetType, getSql, isCompiled, isReturnGeneratedKeys, isUpdatableResults, resolveSql, setDataSource, setFetchSize, setGeneratedKeysColumnNames, setJdbcTemplate, setMaxRows, setParameters, setQueryTimeout, setResultSetType, setReturnGeneratedKeys, setSql, setTypes, setUpdatableResults, supportsLobParameters, validateNamedParameters, validateParameters
    • Constructor Detail

      • TemplateStoredProcedure

        public TemplateStoredProcedure​(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate,
                                       Template template,
                                       boolean function)
    • Method Detail

      • execute

        public Map execute​(org.apache.camel.Exchange exchange,
                           Object rowData)
      • getTemplate

        public Template getTemplate()