Class JdbcOutboundGatewaySpec
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<JdbcOutboundGatewaySpec, JdbcOutboundGateway>
org.springframework.integration.dsl.MessageHandlerSpec<JdbcOutboundGatewaySpec, JdbcOutboundGateway>
org.springframework.integration.jdbc.dsl.JdbcOutboundGatewaySpec
- All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.FactoryBean<JdbcOutboundGateway>,org.springframework.beans.factory.InitializingBean,org.springframework.context.Lifecycle,org.springframework.context.Phased,org.springframework.context.SmartLifecycle
public class JdbcOutboundGatewaySpec
extends org.springframework.integration.dsl.MessageHandlerSpec<JdbcOutboundGatewaySpec, JdbcOutboundGateway>
A
MessageHandlerSpec for a JdbcOutboundGatewaySpec.- 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
ConstructorsModifierConstructorDescriptionprotectedJdbcOutboundGatewaySpec(org.springframework.jdbc.core.JdbcOperations jdbcOperations, String updateQuery, @Nullable String selectQuery) -
Method Summary
Modifier and TypeMethodDescriptionkeysGenerated(boolean keysGenerated) replySqlParameterSourceFactory(SqlParameterSourceFactory sqlParameterSourceFactory) requestPreparedStatementSetter(MessagePreparedStatementSetter preparedStatementSetter) requestSqlParameterSourceFactory(SqlParameterSourceFactory sqlParameterSourceFactory) rowMapper(org.springframework.jdbc.core.RowMapper<?> rowMapper) 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
-
JdbcOutboundGatewaySpec
-
-
Method Details
-
maxRows
- Parameters:
maxRows- the maxRows- Returns:
- the spec
- See Also:
-
keysGenerated
- Parameters:
keysGenerated- the keysGenerated- Returns:
- the spec
- See Also:
-
requestSqlParameterSourceFactory
public JdbcOutboundGatewaySpec requestSqlParameterSourceFactory(SqlParameterSourceFactory sqlParameterSourceFactory) - Parameters:
sqlParameterSourceFactory- the sqlParameterSourceFactory- Returns:
- the spec
- See Also:
-
requestPreparedStatementSetter
public JdbcOutboundGatewaySpec requestPreparedStatementSetter(MessagePreparedStatementSetter preparedStatementSetter) - Parameters:
preparedStatementSetter- the preparedStatementSetter- Returns:
- the spec
- See Also:
-
replySqlParameterSourceFactory
public JdbcOutboundGatewaySpec replySqlParameterSourceFactory(SqlParameterSourceFactory sqlParameterSourceFactory) - Parameters:
sqlParameterSourceFactory- the sqlQueryParameterSource- Returns:
- the spec
- See Also:
-
rowMapper
- Parameters:
rowMapper- the rowMapper- Returns:
- the spec
- See Also:
-