Uses of Class
org.jboss.shrinkwrap.descriptor.api.javaee6.IsolationLevelType

Packages that use IsolationLevelType
org.jboss.shrinkwrap.descriptor.api.javaee6 Provides the interfaces and enumeration types as defined in the schema javaee_6.xsd 
org.jboss.shrinkwrap.descriptor.impl.javaee6 Provides the implementation classes as defined in the schema javaee_6.xsd 
 

Uses of IsolationLevelType in org.jboss.shrinkwrap.descriptor.api.javaee6
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return IsolationLevelType
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.
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 with parameters of type IsolationLevelType
 DataSourceType<T> DataSourceType.setIsolationLevel(IsolationLevelType isolationLevel)
          If not already created, a new isolation-level element with the given value will be created.
 

Uses of IsolationLevelType in org.jboss.shrinkwrap.descriptor.impl.javaee6
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return IsolationLevelType
 IsolationLevelType DataSourceTypeImpl.getIsolationLevel()
          Returns the isolation-level element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaee6 with parameters of type IsolationLevelType
 DataSourceType<T> DataSourceTypeImpl.setIsolationLevel(IsolationLevelType isolationLevel)
          If not already created, a new isolation-level element with the given value will be created.