Package | Description |
---|---|
org.springframework.boot.autoconfigure.batch |
Auto-configuration for Spring Batch.
|
Modifier and Type | Method and Description |
---|---|
JobLauncherCommandLineRunner |
BatchAutoConfiguration.jobLauncherCommandLineRunner(org.springframework.batch.core.launch.JobLauncher jobLauncher,
org.springframework.batch.core.explore.JobExplorer jobExplorer,
org.springframework.batch.core.repository.JobRepository jobRepository,
BatchProperties properties) |
Constructor and Description |
---|
BasicBatchConfigurer(BatchProperties properties,
DataSource dataSource,
TransactionManagerCustomizers transactionManagerCustomizers)
Create a new
BasicBatchConfigurer instance. |
BatchDataSourceInitializer(DataSource dataSource,
ResourceLoader resourceLoader,
BatchProperties properties) |
JpaBatchConfigurer(BatchProperties properties,
DataSource dataSource,
TransactionManagerCustomizers transactionManagerCustomizers,
EntityManagerFactory entityManagerFactory)
Create a new
BasicBatchConfigurer instance. |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.