Uses of Enum
org.springframework.boot.autoconfigure.batch.BatchProperties.Isolation
Packages that use BatchProperties.Isolation
Package
Description
Auto-configuration for Spring Batch.
-
Uses of BatchProperties.Isolation in org.springframework.boot.autoconfigure.batch
Methods in org.springframework.boot.autoconfigure.batch that return BatchProperties.IsolationModifier and TypeMethodDescriptionBatchProperties.Jdbc.getIsolationLevelForCreate()static BatchProperties.IsolationReturns the enum constant of this type with the specified name.static BatchProperties.Isolation[]BatchProperties.Isolation.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.springframework.boot.autoconfigure.batch with parameters of type BatchProperties.IsolationModifier and TypeMethodDescriptionvoidBatchProperties.Jdbc.setIsolationLevelForCreate(BatchProperties.Isolation isolationLevelForCreate)