public class FlexMapperProxy<T> extends MybatisMapperProxy<T>
MybatisMapperProxy.MapperMethodInvoker| 限定符和类型 | 字段和说明 |
|---|---|
private FlexDataSource |
dataSource |
private static Map<Method,String> |
methodDsKeyCache |
private static String |
NULL_KEY |
sqlSession| 构造器和说明 |
|---|
FlexMapperProxy(org.apache.ibatis.session.SqlSession sqlSession,
Class<T> mapperInterface,
Map<Method,MybatisMapperProxy.MapperMethodInvoker> methodCache,
FlexConfiguration configuration) |
| 限定符和类型 | 方法和说明 |
|---|---|
private static String |
getConfigDataSourceKey(Method method,
Object proxy) |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
cachedInvokerprivate static final Map<Method,String> methodDsKeyCache
private final FlexDataSource dataSource
public FlexMapperProxy(org.apache.ibatis.session.SqlSession sqlSession, Class<T> mapperInterface, Map<Method,MybatisMapperProxy.MapperMethodInvoker> methodCache, FlexConfiguration configuration)
Copyright © 2024. All rights reserved.