Uses of Class
org.springframework.boot.autoconfigure.batch.BatchProperties
Packages that use BatchProperties
Package
Description
Auto-configuration for Spring Batch.
-
Uses of BatchProperties in org.springframework.boot.autoconfigure.batch
Methods in org.springframework.boot.autoconfigure.batch with parameters of type BatchPropertiesModifier and TypeMethodDescriptionBatchAutoConfiguration.jobLauncherApplicationRunner(org.springframework.batch.core.launch.JobLauncher jobLauncher, org.springframework.batch.core.explore.JobExplorer jobExplorer, org.springframework.batch.core.repository.JobRepository jobRepository, BatchProperties properties) Constructors in org.springframework.boot.autoconfigure.batch with parameters of type BatchPropertiesModifierConstructorDescriptionprotectedBasicBatchConfigurer(BatchProperties properties, DataSource dataSource, TransactionManagerCustomizers transactionManagerCustomizers) Create a newBasicBatchConfigurerinstance.protectedJpaBatchConfigurer(BatchProperties properties, DataSource dataSource, TransactionManagerCustomizers transactionManagerCustomizers, EntityManagerFactory entityManagerFactory) Create a newBasicBatchConfigurerinstance.