public interface TableSwitchStrategyMatcher
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TableSwitchStrategyMatcher.Strategy
表切换策略
|
| Modifier and Type | Method and Description |
|---|---|
TableSwitchStrategyMatcher.Strategy |
getStrategy(MethodInterceptorContext context)
获取表切换策略
|
boolean |
match(Class target,
Method method)
匹配类和方法,返回是否需要进行表切换
|
boolean match(Class target, Method method)
target - 类method - 方法TableSwitchStrategyMatcher.Strategy getStrategy(MethodInterceptorContext context)
context - aop上下文Copyright © 2016–2021. All rights reserved.