Uses of Class
org.springframework.integration.jdbc.dsl.StoredProcExecutorSpec
Packages that use StoredProcExecutorSpec
-
Uses of StoredProcExecutorSpec in org.springframework.integration.jdbc.dsl
Subclasses with type arguments of type StoredProcExecutorSpec in org.springframework.integration.jdbc.dslMethods in org.springframework.integration.jdbc.dsl that return StoredProcExecutorSpecModifier and TypeMethodDescriptionStoredProcExecutorSpec.ignoreColumnMetaData(boolean ignoreColumnMetaData) StoredProcExecutorSpec.isFunction(boolean isFunction) StoredProcExecutorSpec.jdbcCallOperationsCacheSize(int jdbcCallOperationsCacheSize) StoredProcExecutorSpec.procedureParameter(ProcedureParameter procedureParameter) Add aProcedureParameterparameter to the targetStoredProcExecutor.StoredProcExecutorSpec.procedureParameters(List<ProcedureParameter> procedureParameters) StoredProcExecutorSpec.returningResultSetRowMapper(String returningResultName, RowMapper<?> rowMapper) Add aRowMapperfor specific returning result from stored procedure execution.StoredProcExecutorSpec.returningResultSetRowMappers(Map<String, RowMapper<?>> returningResultSetRowMappers) StoredProcExecutorSpec.returnValueRequired(boolean returnValueRequired) StoredProcExecutorSpec.skipUndeclaredResults(boolean skipUndeclaredResults) StoredProcExecutorSpec.sqlParameter(SqlParameter sqlParameter) Add anSqlParameterto the targetStoredProcExecutor.StoredProcExecutorSpec.sqlParameters(List<SqlParameter> sqlParameters) StoredProcExecutorSpec.sqlParameterSourceFactory(SqlParameterSourceFactory sqlParameterSourceFactory) StoredProcExecutorSpec.storedProcedureName(String storedProcedureName) StoredProcExecutorSpec.storedProcedureNameExpression(Expression storedProcedureNameExpression) static StoredProcExecutorSpecJdbc.storedProcExecutorSpec(DataSource dataSource) The factory to produce aStoredProcExecutorSpec.StoredProcExecutorSpec.usePayloadAsParameterSource(boolean usePayloadAsParameterSource) Method parameters in org.springframework.integration.jdbc.dsl with type arguments of type StoredProcExecutorSpecModifier and TypeMethodDescriptionJdbcStoredProcInboundChannelAdapterSpec.configurerStoredProcExecutor(Consumer<StoredProcExecutorSpec> configurer) Configure the storedProcExecutor through storedProcExecutorConfigurer by invoking theConsumercallbackJdbcStoredProcOutboundChannelAdapterSpec.configurerStoredProcExecutor(Consumer<StoredProcExecutorSpec> configurer) Configure the storedProcExecutor through storedProcExecutorConfigurer by invoking theConsumercallbackJdbcStoredProcOutboundGatewaySpec.configurerStoredProcExecutor(Consumer<StoredProcExecutorSpec> configurer) Configure the storedProcExecutor through storedProcExecutorConfigurer by invoking theConsumercallbackConstructors in org.springframework.integration.jdbc.dsl with parameters of type StoredProcExecutorSpecModifierConstructorDescriptionprotectedJdbcStoredProcInboundChannelAdapterSpec(StoredProcExecutorSpec storedProcExecutorSpec) protectedJdbcStoredProcOutboundChannelAdapterSpec(StoredProcExecutorSpec storedProcExecutorSpec) protectedJdbcStoredProcOutboundGatewaySpec(StoredProcExecutorSpec storedProcExecutorSpec)