|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 |
java.lang.Objectcom.ibatis.sqlmap.engine.transaction.IsolationLevel
public class IsolationLevel
字段摘要 | |
---|---|
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 |
字段详细信息 |
---|
public static final int UNSET_ISOLATION_LEVEL
构造器详细信息 |
---|
public IsolationLevel()
方法详细信息 |
---|
public void setIsolationLevel(int isolationLevel)
public void applyIsolationLevel(java.sql.Connection conn) throws java.sql.SQLException
java.sql.SQLException
public void restoreIsolationLevel(java.sql.Connection conn) throws java.sql.SQLException
java.sql.SQLException
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 |