Uses of Class
org.jboss.datasources.api.TransactionIsolationType

Packages that use TransactionIsolationType
org.jboss.datasources.api Provides the interfaces and enumeration types as defined in the schema 
org.jboss.datasources.impl Provides the implementation classes as defined in the schema 
 

Uses of TransactionIsolationType in org.jboss.datasources.api
 

Methods in org.jboss.datasources.api that return TransactionIsolationType
static TransactionIsolationType TransactionIsolationType.getFromStringValue(String value)
           
 TransactionIsolationType DatasourceType.getTransactionIsolation()
          Returns the transaction-isolation element
 TransactionIsolationType XaDatasourceType.getTransactionIsolation()
          Returns the transaction-isolation element
static TransactionIsolationType TransactionIsolationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TransactionIsolationType[] TransactionIsolationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.datasources.api with parameters of type TransactionIsolationType
 DatasourceType<T> DatasourceType.transactionIsolation(TransactionIsolationType transactionIsolation)
          Sets the transaction-isolation element
 XaDatasourceType<T> XaDatasourceType.transactionIsolation(TransactionIsolationType transactionIsolation)
          Sets the transaction-isolation element
 

Uses of TransactionIsolationType in org.jboss.datasources.impl
 

Methods in org.jboss.datasources.impl that return TransactionIsolationType
 TransactionIsolationType DatasourceTypeImpl.getTransactionIsolation()
          Returns the transaction-isolation element
 TransactionIsolationType XaDatasourceTypeImpl.getTransactionIsolation()
          Returns the transaction-isolation element
 

Methods in org.jboss.datasources.impl with parameters of type TransactionIsolationType
 DatasourceType<T> DatasourceTypeImpl.transactionIsolation(TransactionIsolationType transactionIsolation)
          Sets the transaction-isolation element
 XaDatasourceType<T> XaDatasourceTypeImpl.transactionIsolation(TransactionIsolationType transactionIsolation)
          Sets the transaction-isolation element
 



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