public class DefaultSqlInterceptor extends Object implements SQLInterceptor
| 构造器和说明 |
|---|
DefaultSqlInterceptor() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
preHandle(BoundSql boundSql,
RequestEntity requestEntity)
1.1.1 新增
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpostHandlepublic void preHandle(BoundSql boundSql, RequestEntity requestEntity)
SQLInterceptorpreHandle 在接口中 SQLInterceptorboundSql - SQL信息requestEntity - 请求信息Copyright © 2020–2021. All rights reserved.