@Configuration @EnableConfigurationProperties(value=JdbcBatchItemWriterProperties.class) @AutoConfigureAfter(value=org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration.class) public class JdbcBatchItemWriterAutoConfiguration extends Object
JdbcBatchItemWriter
.Constructor and Description |
---|
JdbcBatchItemWriterAutoConfiguration(DataSource dataSource,
JdbcBatchItemWriterProperties properties) |
Modifier and Type | Method and Description |
---|---|
org.springframework.batch.item.database.JdbcBatchItemWriter<Map<String,Object>> |
itemWriter() |
public JdbcBatchItemWriterAutoConfiguration(DataSource dataSource, JdbcBatchItemWriterProperties properties)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.