public class DataScopeInnerInterceptor extends Object implements InnerInterceptor
| 构造器和说明 |
|---|
DataScopeInnerInterceptor() |
DataScopeInnerInterceptor(DataScopeSqlProcessor processor) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
accept(org.apache.ibatis.mapping.SqlCommandType cmdType) |
void |
beforeQuery(InnerInterceptorContext ctx) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbeforeGetBoundSql, beforePrepare, beforeUpdatepublic DataScopeInnerInterceptor()
public DataScopeInnerInterceptor(DataScopeSqlProcessor processor)
public boolean accept(org.apache.ibatis.mapping.SqlCommandType cmdType)
public void beforeQuery(InnerInterceptorContext ctx) throws InvocationTargetException, IllegalAccessException
Copyright © 2024. All rights reserved.