Uses of Class
org.apache.camel.component.ibatis.strategy.TransactionIsolationLevel

Packages that use TransactionIsolationLevel
org.apache.camel.component.ibatis.strategy   
 

Uses of TransactionIsolationLevel in org.apache.camel.component.ibatis.strategy
 

Fields in org.apache.camel.component.ibatis.strategy with type parameters of type TransactionIsolationLevel
protected static Map<Integer,TransactionIsolationLevel> TransactionIsolationLevel.MAP
           
 

Methods in org.apache.camel.component.ibatis.strategy that return TransactionIsolationLevel
static TransactionIsolationLevel TransactionIsolationLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TransactionIsolationLevel[] TransactionIsolationLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Apache CAMEL