Deprecated API


Contents
Deprecated Methods
org.springframework.integration.jdbc.StoredProcExecutor.setFunction(boolean)
          Please use StoredProcExecutor.setIsFunction(boolean) instead. 
org.springframework.integration.jdbc.StoredProcPollingChannelAdapter.setFunction(boolean)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcMessageHandler.setIgnoreColumnMetaData(boolean)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcOutboundGateway.setIgnoreColumnMetaData(boolean)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcPollingChannelAdapter.setIgnoreColumnMetaData(boolean)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcOutboundGateway.setIsFunction(boolean)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcMessageHandler.setProcedureParameters(List)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcOutboundGateway.setProcedureParameters(List)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcPollingChannelAdapter.setProcedureParameters(List)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcOutboundGateway.setReturningResultSetRowMappers(Map>)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcPollingChannelAdapter.setReturningResultSetRowMappers(Map>)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcOutboundGateway.setReturnValueRequired(boolean)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcPollingChannelAdapter.setReturnValueRequired(boolean)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcOutboundGateway.setSkipUndeclaredResults(boolean)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcPollingChannelAdapter.setSkipUndeclaredResults(boolean)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcMessageHandler.setSqlParameters(List)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcOutboundGateway.setSqlParameters(List)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcPollingChannelAdapter.setSqlParameters(List)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcMessageHandler.setSqlParameterSourceFactory(SqlParameterSourceFactory)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcOutboundGateway.setSqlParameterSourceFactory(SqlParameterSourceFactory)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcPollingChannelAdapter.setSqlParameterSourceFactory(SqlParameterSourceFactory)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcMessageHandler.setStoredProcedureName(String)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcOutboundGateway.setStoredProcedureName(String)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcPollingChannelAdapter.setStoredProcedureName(String)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcMessageHandler.setUsePayloadAsParameterSource(boolean)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
org.springframework.integration.jdbc.StoredProcOutboundGateway.setUsePayloadAsParameterSource(boolean)
          Since 2.2 set the respective property on the passed-in StoredProcExecutor 
 

Deprecated Constructors
org.springframework.integration.jdbc.StoredProcMessageHandler(DataSource, String)
          Since 2.2 use the constructor that expects a StoredProcExecutor instead 
org.springframework.integration.jdbc.StoredProcOutboundGateway(DataSource, String)
          Since 2.2 use the constructor that expects a StoredProcExecutor instead 
org.springframework.integration.jdbc.StoredProcPollingChannelAdapter(DataSource, String)
          Since 2.2 use the constructor that expects a StoredProcExecutor instead