public class MybatisMapperProxy<T> extends Object implements InvocationHandler, Serializable
参考 MapperProxy
| Modifier and Type | Class and Description |
|---|---|
static interface |
MybatisMapperProxy.MapperMethodInvoker |
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.ibatis.session.SqlSession |
sqlSession |
| Constructor and Description |
|---|
MybatisMapperProxy(org.apache.ibatis.session.SqlSession sqlSession,
Class<T> mapperInterface,
Map<Method,MybatisMapperProxy.MapperMethodInvoker> methodCache) |
| Modifier and Type | Method and Description |
|---|---|
protected MybatisMapperProxy.MapperMethodInvoker |
cachedInvoker(Method method) |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
public MybatisMapperProxy(org.apache.ibatis.session.SqlSession sqlSession,
Class<T> mapperInterface,
Map<Method,MybatisMapperProxy.MapperMethodInvoker> methodCache)
Copyright © 2024. All rights reserved.