T - the type parameterpublic class MapperProxy<T> extends Object implements InvocationHandler, Serializable
| Constructor and Description |
|---|
MapperProxy(ReactiveSqlSession reactiveSqlSession,
Class<T> mapperInterface,
Map<Method,pro.chenggang.project.reactive.mybatis.support.r2dbc.binding.MapperProxy.MapperMethodInvoker> methodCache)
Instantiates a new Mapper proxy.
|
public MapperProxy(ReactiveSqlSession reactiveSqlSession, Class<T> mapperInterface, Map<Method,pro.chenggang.project.reactive.mybatis.support.r2dbc.binding.MapperProxy.MapperMethodInvoker> methodCache)
reactiveSqlSession - the reactive sql sessionmapperInterface - the mapper interfacemethodCache - the method cacheCopyright © 2022. All rights reserved.