public class FlexMapperProxyFactory<T> extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private Class<T> |
mapperInterface |
private Map<Method,MybatisMapperProxy.MapperMethodInvoker> |
methodCache |
| 构造器和说明 |
|---|
FlexMapperProxyFactory(Class<T> mapperInterface) |
| 限定符和类型 | 方法和说明 |
|---|---|
Class<T> |
getMapperInterface() |
Map<Method,MybatisMapperProxy.MapperMethodInvoker> |
getMethodCache() |
protected T |
newInstance(FlexMapperProxy<T> mapperProxy) |
T |
newInstance(org.apache.ibatis.session.SqlSession sqlSession,
FlexConfiguration configuration) |
private final Class<T> mapperInterface
private final Map<Method,MybatisMapperProxy.MapperMethodInvoker> methodCache
public FlexMapperProxyFactory(Class<T> mapperInterface)
public Class<T> getMapperInterface()
public Map<Method,MybatisMapperProxy.MapperMethodInvoker> getMethodCache()
protected T newInstance(FlexMapperProxy<T> mapperProxy)
public T newInstance(org.apache.ibatis.session.SqlSession sqlSession, FlexConfiguration configuration)
Copyright © 2025. All rights reserved.