com.ibatis.sqlmap.engine.transaction
Class IsolationLevel

java.lang.Object
  extended bycom.ibatis.sqlmap.engine.transaction.IsolationLevel

public class IsolationLevel
extends java.lang.Object


Field Summary
static int UNSET_ISOLATION_LEVEL
           
 
Constructor Summary
IsolationLevel()
           
 
Method Summary
 void applyIsolationLevel(java.sql.Connection conn)
           
 void restoreIsolationLevel(java.sql.Connection conn)
           
 void setIsolationLevel(int isolationLevel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNSET_ISOLATION_LEVEL

public static final int UNSET_ISOLATION_LEVEL
See Also:
Constant Field Values
Constructor Detail

IsolationLevel

public IsolationLevel()
Method Detail

setIsolationLevel

public void setIsolationLevel(int isolationLevel)

applyIsolationLevel

public void applyIsolationLevel(java.sql.Connection conn)
                         throws java.sql.SQLException
Throws:
java.sql.SQLException

restoreIsolationLevel

public void restoreIsolationLevel(java.sql.Connection conn)
                           throws java.sql.SQLException
Throws:
java.sql.SQLException