public interface InnerInterceptor
| 限定符和类型 | 方法和说明 |
|---|---|
default void |
beforeGetBoundSql(org.apache.ibatis.executor.statement.StatementHandler sh) |
default void |
beforePrepare(org.apache.ibatis.executor.statement.StatementHandler sh,
Connection connections,
Integer transactionTimeout,
InnerInterceptorContext ctx) |
default void |
beforeQuery(InnerInterceptorContext ctx) |
default void |
beforeUpdate(InnerInterceptorContext ctx) |
default void beforeGetBoundSql(org.apache.ibatis.executor.statement.StatementHandler sh)
default void beforePrepare(org.apache.ibatis.executor.statement.StatementHandler sh,
Connection connections,
Integer transactionTimeout,
InnerInterceptorContext ctx)
default void beforeQuery(InnerInterceptorContext ctx) throws InvocationTargetException, IllegalAccessException
default void beforeUpdate(InnerInterceptorContext ctx) throws InvocationTargetException, IllegalAccessException
Copyright © 2024. All rights reserved.