ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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 
 

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
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.