Uses of Enum Class
org.springframework.boot.autoconfigure.batch.BatchProperties.Isolation
Package
Description
Auto-configuration for Spring Batch.
-
Uses of BatchProperties.Isolation in org.springframework.boot.autoconfigure.batch
Modifier and TypeMethodDescriptionBatchProperties.Jdbc.getIsolationLevelForCreate()
static BatchProperties.Isolation
Returns the enum constant of this class with the specified name.static BatchProperties.Isolation[]
BatchProperties.Isolation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
BatchProperties.Jdbc.setIsolationLevelForCreate
(BatchProperties.Isolation isolationLevelForCreate)