|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransactionIsolation | |
|---|---|
| org.wildfly.extras.creaper.commands.datasources | |
| Uses of TransactionIsolation in org.wildfly.extras.creaper.commands.datasources |
|---|
| Fields in org.wildfly.extras.creaper.commands.datasources declared as TransactionIsolation | |
|---|---|
protected TransactionIsolation |
AddDataSource.transactionIsolation
|
protected TransactionIsolation |
AddXADataSource.transactionIsolation
|
| Methods in org.wildfly.extras.creaper.commands.datasources that return TransactionIsolation | |
|---|---|
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. |
| Methods in org.wildfly.extras.creaper.commands.datasources with parameters of type TransactionIsolation | |
|---|---|
THIS |
AddDataSource.Builder.transactionIsolation(TransactionIsolation transactionIsolation)
Defines isolation level for connections created under this datasource. |
THIS |
AddXADataSource.Builder.transactionIsolation(TransactionIsolation transactionIsolation)
Defines isolation level for connections created under this datasource. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||