public class FlexMapperProxyFactory<T> extends Object
| Constructor and Description |
|---|
FlexMapperProxyFactory(Class<T> mapperInterface) |
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getMapperInterface() |
Map<Method,MybatisMapperProxy.MapperMethodInvoker> |
getMethodCache() |
protected T |
newInstance(FlexMapperProxy<T> mapperProxy) |
T |
newInstance(org.apache.ibatis.session.SqlSession sqlSession,
FlexConfiguration configuration) |
public Map<Method,MybatisMapperProxy.MapperMethodInvoker> getMethodCache()
protected T newInstance(FlexMapperProxy<T> mapperProxy)
public T newInstance(org.apache.ibatis.session.SqlSession sqlSession, FlexConfiguration configuration)
Copyright © 2024. All rights reserved.