com.ibatis.sqlmap.engine.transaction
Class IsolationLevel

java.lang.Object
  extended by com.ibatis.sqlmap.engine.transaction.IsolationLevel

public class IsolationLevel
extends java.lang.Object


字段摘要
static int UNSET_ISOLATION_LEVEL
           
 
构造器摘要
IsolationLevel()
           
 
方法摘要
 void applyIsolationLevel(java.sql.Connection conn)
           
 void restoreIsolationLevel(java.sql.Connection conn)
           
 void setIsolationLevel(int isolationLevel)
           
 
类方法继承: java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

UNSET_ISOLATION_LEVEL

public static final int UNSET_ISOLATION_LEVEL
另请参见:
常量字段
构造器详细信息

IsolationLevel

public IsolationLevel()
方法详细信息

setIsolationLevel

public void setIsolationLevel(int isolationLevel)

applyIsolationLevel

public void applyIsolationLevel(java.sql.Connection conn)
                         throws java.sql.SQLException
抛出异常:
java.sql.SQLException

restoreIsolationLevel

public void restoreIsolationLevel(java.sql.Connection conn)
                           throws java.sql.SQLException
抛出异常:
java.sql.SQLException