JBoss Metadata Common 7.0.1.Final

Uses of Class
org.jboss.metadata.javaee.spec.IsolationLevelType

Packages that use IsolationLevelType
org.jboss.metadata.javaee.spec   
 

Uses of IsolationLevelType in org.jboss.metadata.javaee.spec
 

Methods in org.jboss.metadata.javaee.spec that return IsolationLevelType
 IsolationLevelType DataSourceMetaData.getIsolationLevel()
           
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.metadata.javaee.spec with parameters of type IsolationLevelType
 void DataSourceMetaData.setIsolationLevel(IsolationLevelType isolationLevel)
           
 


JBoss Metadata Common 7.0.1.Final

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