|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectorg.nutz.aop.interceptor.TransactionInterceptor
public class TransactionInterceptor
可以插入事务的拦截器
默认事务登记为 Connection.TRANSACTION_READ_COMMITTED 可以在构建拦截器时设置
构造方法摘要 | |
---|---|
TransactionInterceptor()
|
|
TransactionInterceptor(int level)
|
方法摘要 | |
---|---|
void |
filter(InterceptorChain chain)
|
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
public TransactionInterceptor()
public TransactionInterceptor(int level)
方法详细信息 |
---|
public void filter(InterceptorChain chain)
MethodInterceptor
中的 filter
|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |