public class FlexMapperProxy<T> extends MybatisMapperProxy<T>
MybatisMapperProxy.MapperMethodInvokersqlSession| Constructor and Description |
|---|
FlexMapperProxy(org.apache.ibatis.session.SqlSession sqlSession,
Class<T> mapperInterface,
Map<Method,MybatisMapperProxy.MapperMethodInvoker> methodCache,
FlexConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object proxy,
Method method,
Object[] args) |
cachedInvokerpublic FlexMapperProxy(org.apache.ibatis.session.SqlSession sqlSession,
Class<T> mapperInterface,
Map<Method,MybatisMapperProxy.MapperMethodInvoker> methodCache,
FlexConfiguration configuration)
Copyright © 2024. All rights reserved.