| Package | Description |
|---|---|
| org.wildfly.extras.creaper.commands.datasources |
| Modifier and Type | Field and Description |
|---|---|
protected TransactionIsolation |
AddXADataSource.transactionIsolation |
protected TransactionIsolation |
AddDataSource.transactionIsolation |
| Modifier and Type | Method and Description |
|---|---|
static TransactionIsolation |
TransactionIsolation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionIsolation[] |
TransactionIsolation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
THIS |
AddXADataSource.Builder.transactionIsolation(TransactionIsolation transactionIsolation)
Defines isolation level for connections created under this datasource.
|
THIS |
AddDataSource.Builder.transactionIsolation(TransactionIsolation transactionIsolation)
Defines isolation level for connections created under this datasource.
|
Copyright © 2022. All rights reserved.