public interface SqlInterceptor
| 限定符和类型 | 方法和说明 |
|---|---|
void |
after(ExSqlEntity sqlEntity,
Connection connection,
Object result)
执行SQL之后的结果拦截器
|
void |
before(ExSqlEntity sqlEntity,
Connection connection)
执行之前拦截SQL,可进一步进行处理
|
void before(ExSqlEntity sqlEntity, Connection connection)
sqlEntity - connection - void after(ExSqlEntity sqlEntity, Connection connection, Object result)
sqlEntity - connection - result - Copyright © 2022 lingkang. All rights reserved.