Package | Description |
---|---|
org.jboss.datasources.api |
Provides the implementation classes as defined in the schema
|
org.jboss.datasources.impl |
Provides the implementation classes as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
static TransactionIsolationType |
TransactionIsolationType.getFromStringValue(String value) |
TransactionIsolationType |
XaDatasourceType.getTransactionIsolation()
Returns the
transaction-isolation element |
TransactionIsolationType |
DatasourceType.getTransactionIsolation()
Returns the
transaction-isolation element |
static TransactionIsolationType |
TransactionIsolationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionIsolationType[] |
TransactionIsolationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
XaDatasourceType<T> |
XaDatasourceType.transactionIsolation(TransactionIsolationType transactionIsolation)
Sets the
transaction-isolation element |
DatasourceType<T> |
DatasourceType.transactionIsolation(TransactionIsolationType transactionIsolation)
Sets the
transaction-isolation element |
Modifier and Type | Method and Description |
---|---|
TransactionIsolationType |
DatasourceTypeImpl.getTransactionIsolation()
Returns the
transaction-isolation element |
TransactionIsolationType |
XaDatasourceTypeImpl.getTransactionIsolation()
Returns the
transaction-isolation element |
Modifier and Type | Method and Description |
---|---|
DatasourceType<T> |
DatasourceTypeImpl.transactionIsolation(TransactionIsolationType transactionIsolation)
Sets the
transaction-isolation element |
XaDatasourceType<T> |
XaDatasourceTypeImpl.transactionIsolation(TransactionIsolationType transactionIsolation)
Sets the
transaction-isolation element |
Copyright © 2024 JBoss by Red Hat. All rights reserved.