| Package | Description |
|---|---|
| org.jboss.shrinkwrap.descriptor.api.javaee7 |
Provides the interfaces and enumeration types as defined in the schema
|
| Modifier and Type | Method and Description |
|---|---|
static IsolationLevelType |
IsolationLevelType.getFromStringValue(java.lang.String value) |
IsolationLevelType |
DataSourceType.getIsolationLevel()
Returns the
isolation-level element |
static IsolationLevelType |
IsolationLevelType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IsolationLevelType[] |
IsolationLevelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DataSourceType<T> |
DataSourceType.isolationLevel(IsolationLevelType isolationLevel)
Sets the
isolation-level element |
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)