Class JdbcOutboundChannelAdapterSpec
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<JdbcOutboundChannelAdapterSpec, JdbcMessageHandler>
org.springframework.integration.dsl.MessageHandlerSpec<JdbcOutboundChannelAdapterSpec, JdbcMessageHandler>
org.springframework.integration.jdbc.dsl.JdbcOutboundChannelAdapterSpec
- All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.FactoryBean<JdbcMessageHandler>,org.springframework.beans.factory.InitializingBean,org.springframework.context.Lifecycle,org.springframework.context.Phased,org.springframework.context.SmartLifecycle
public class JdbcOutboundChannelAdapterSpec
extends org.springframework.integration.dsl.MessageHandlerSpec<JdbcOutboundChannelAdapterSpec, JdbcMessageHandler>
A
MessageHandlerSpec for a JdbcOutboundChannelAdapterSpec.- Since:
- 7.0
-
Field Summary
Fields inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
logger, PARSER, targetFields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTEFields inherited from interface org.springframework.context.SmartLifecycle
DEFAULT_PHASE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJdbcOutboundChannelAdapterSpec(org.springframework.jdbc.core.JdbcOperations jdbcOperations, String updateQuery) -
Method Summary
Modifier and TypeMethodDescriptionkeysGenerated(boolean keysGenerated) preparedStatementSetter(MessagePreparedStatementSetter preparedStatementSetter) sqlParameterSourceFactory(SqlParameterSourceFactory sqlParameterSourceFactory) usePayloadAsParameterSource(boolean usePayloadAsParameterSource) Methods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stopMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBean
isSingletonMethods inherited from interface org.springframework.context.SmartLifecycle
isPauseable
-
Constructor Details
-
JdbcOutboundChannelAdapterSpec
protected JdbcOutboundChannelAdapterSpec(org.springframework.jdbc.core.JdbcOperations jdbcOperations, String updateQuery)
-
-
Method Details
-
keysGenerated
- Parameters:
keysGenerated- the keysGenerated- Returns:
- the spec
- See Also:
-
sqlParameterSourceFactory
public JdbcOutboundChannelAdapterSpec sqlParameterSourceFactory(SqlParameterSourceFactory sqlParameterSourceFactory) - Parameters:
sqlParameterSourceFactory- the sqlParameterSourceFactory- Returns:
- the spec
- See Also:
-
usePayloadAsParameterSource
public JdbcOutboundChannelAdapterSpec usePayloadAsParameterSource(boolean usePayloadAsParameterSource) - Parameters:
usePayloadAsParameterSource- the usePayloadAsParameterSource- Returns:
- the spec
- See Also:
-
preparedStatementSetter
public JdbcOutboundChannelAdapterSpec preparedStatementSetter(MessagePreparedStatementSetter preparedStatementSetter) - Parameters:
preparedStatementSetter- the preparedStatementSetter- Returns:
- the spec
- See Also:
-