public class ComposedBatchConfigurer
extends org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
Modifier | Constructor and Description |
---|---|
protected |
ComposedBatchConfigurer(org.springframework.boot.autoconfigure.batch.BatchProperties properties,
DataSource dataSource,
org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers transactionManagerCustomizers)
Create a new
BasicBatchConfigurer instance. |
Modifier and Type | Method and Description |
---|---|
protected String |
determineIsolationLevel() |
protected ComposedBatchConfigurer(org.springframework.boot.autoconfigure.batch.BatchProperties properties, DataSource dataSource, org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers transactionManagerCustomizers)
BasicBatchConfigurer
instance.properties
- the batch propertiesdataSource
- the underlying data sourcetransactionManagerCustomizers
- transaction manager customizers (or
null
)protected String determineIsolationLevel()
determineIsolationLevel
in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.