Uses of Class
org.apache.openejb.jee.IsolationLevel

Packages that use IsolationLevel
org.apache.openejb.jee Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of IsolationLevel in org.apache.openejb.jee
 

Fields in org.apache.openejb.jee declared as IsolationLevel
protected  IsolationLevel DataSource.isolationLevel
           
 

Methods in org.apache.openejb.jee that return IsolationLevel
static IsolationLevel IsolationLevel.fromFlag(int flag)
           
static IsolationLevel IsolationLevel.fromValue(String v)
           
 IsolationLevel DataSource.getIsolationLevel()
           
static IsolationLevel IsolationLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IsolationLevel[] IsolationLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.openejb.jee with parameters of type IsolationLevel
 DataSource DataSource.isolationLevel(IsolationLevel isolationLevel)
           
 void DataSource.setIsolationLevel(IsolationLevel value)
           
 



Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.