public class FlexMapperProxy<T> extends MybatisMapperProxy<T>
MybatisMapperProxy.MapperMethodInvoker| 限定符和类型 | 字段和说明 |
|---|---|
private FlexDataSource |
dataSource |
sqlSession| 构造器和说明 |
|---|
FlexMapperProxy(org.apache.ibatis.session.SqlSession sqlSession,
Class<T> mapperInterface,
Map<Method,MybatisMapperProxy.MapperMethodInvoker> methodCache,
FlexConfiguration configuration) |
| 限定符和类型 | 方法和说明 |
|---|---|
private static String |
getMethodDsKey(Method method,
Object proxy) |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
cachedInvokerprivate 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.