| 程序包 | 说明 |
|---|---|
| org.beetl.sql.core | |
| org.beetl.sql.ext |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Interceptor.after(InterceptorContext ctx)
如果正常执行,调用after
|
void |
Interceptor.before(InterceptorContext ctx) |
void |
Interceptor.exception(InterceptorContext ctx,
Exception ex)
如果异常,将调用exception
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TimeStatInterceptor.after(InterceptorContext ctx) |
void |
SimpleCacheInterceptor.after(InterceptorContext ctx) |
void |
DebugInterceptor.after(InterceptorContext ctx) |
void |
TimeStatInterceptor.before(InterceptorContext ctx) |
void |
SimpleCacheInterceptor.before(InterceptorContext ctx) |
void |
DebugInterceptor.before(InterceptorContext ctx) |
void |
TimeStatInterceptor.exception(InterceptorContext ctx,
Exception ex) |
void |
SimpleCacheInterceptor.exception(InterceptorContext ctx,
Exception ex) |
void |
DebugInterceptor.exception(InterceptorContext ctx,
Exception ex) |
Object |
SimpleCacheInterceptor.getCacheKey(InterceptorContext ctx)
Gets the cache key.
|
void |
SimpleCacheInterceptor.putCache(String ns,
Object key,
InterceptorContext ctx)
设置缓存对象
|
protected void |
DebugInterceptor.simpleOut(InterceptorContext ctx) |
protected void |
DebugInterceptor.simpleOutException(InterceptorContext ctx,
Exception ex) |
Copyright © 2018. All rights reserved.