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 
org.jboss.shrinkwrap.descriptor.api.jbosscommon60 Provides the interfaces and enumeration types as defined in the schema 
 

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(String value)
           
 IsolationLevelType DataSourceType.getIsolationLevel()
          Returns the isolation-level element
static IsolationLevelType IsolationLevelType.valueOf(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.isolationLevel(IsolationLevelType isolationLevel)
          Sets the isolation-level element
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon60 that return IsolationLevelType
 IsolationLevelType DataSourceType.getIsolationLevel()
          Returns the isolation-level element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon60 with parameters of type IsolationLevelType
 DataSourceType<T> DataSourceType.isolationLevel(IsolationLevelType isolationLevel)
          Sets the isolation-level element
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.