| 程序包 | 说明 |
|---|---|
| com.mybatisflex.core.mybatis.binding |
| 限定符和类型 | 类和说明 |
|---|---|
private static class |
MybatisMapperProxy.DefaultMethodInvoker |
private static class |
MybatisMapperProxy.PlainMethodInvoker |
| 限定符和类型 | 字段和说明 |
|---|---|
private Map<Method,MybatisMapperProxy.MapperMethodInvoker> |
MybatisMapperProxy.methodCache |
private Map<Method,MybatisMapperProxy.MapperMethodInvoker> |
FlexMapperProxyFactory.methodCache |
| 限定符和类型 | 方法和说明 |
|---|---|
protected MybatisMapperProxy.MapperMethodInvoker |
MybatisMapperProxy.cachedInvoker(Method method) |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<Method,MybatisMapperProxy.MapperMethodInvoker> |
FlexMapperProxyFactory.getMethodCache() |
| 构造器和说明 |
|---|
FlexMapperProxy(org.apache.ibatis.session.SqlSession sqlSession,
Class<T> mapperInterface,
Map<Method,MybatisMapperProxy.MapperMethodInvoker> methodCache,
FlexConfiguration configuration) |
MybatisMapperProxy(org.apache.ibatis.session.SqlSession sqlSession,
Class<T> mapperInterface,
Map<Method,MybatisMapperProxy.MapperMethodInvoker> methodCache) |
Copyright © 2024. All rights reserved.