|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IsolationLevelType | |
|---|---|
| org.eclipse.modisco.jee.ejbjar.EjbJar31 | |
| Uses of IsolationLevelType in org.eclipse.modisco.jee.ejbjar.EjbJar31 |
|---|
| Fields in org.eclipse.modisco.jee.ejbjar.EjbJar31 with type parameters of type IsolationLevelType | |
|---|---|
static java.util.List<IsolationLevelType> |
IsolationLevelType.VALUES
A public read-only list of all the 'Isolation Level Type' enumerators. |
| Methods in org.eclipse.modisco.jee.ejbjar.EjbJar31 that return IsolationLevelType | |
|---|---|
static IsolationLevelType |
IsolationLevelType.get(int value)
Returns the 'Isolation Level Type' literal with the specified integer value. |
static IsolationLevelType |
IsolationLevelType.get(java.lang.String literal)
Returns the 'Isolation Level Type' literal with the specified literal value. |
static IsolationLevelType |
IsolationLevelType.getByName(java.lang.String name)
Returns the 'Isolation Level Type' literal with the specified name. |
IsolationLevelType |
DataSourceType.getIsolationLevel()
Returns the value of the 'Isolation Level' attribute. |
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. |
| Methods in org.eclipse.modisco.jee.ejbjar.EjbJar31 with parameters of type IsolationLevelType | |
|---|---|
void |
DataSourceType.setIsolationLevel(IsolationLevelType value)
Sets the value of the ' Isolation Level' attribute. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||