Package | Description |
---|---|
org.springframework.boot.autoconfigure.batch |
Auto-configuration for Spring Batch.
|
Modifier and Type | Method and Description |
---|---|
BatchProperties.Isolation |
BatchProperties.Jdbc.getIsolationLevelForCreate() |
static BatchProperties.Isolation |
BatchProperties.Isolation.valueOf(String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchProperties.Jdbc.setIsolationLevelForCreate(BatchProperties.Isolation isolationLevelForCreate) |