类 MapperProxy
java.lang.Object
com.alibaba.nacos.plugin.datasource.proxy.MapperProxy
- 所有已实现的接口:
InvocationHandler
DataSource plugin Mapper sql proxy.
- 作者:
- hyx
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明<R> RcreateProxy(Mapper mapper) Creates a proxy instance for the sub-interfaces of Mapper.class implemented by the given object.static <R> RcreateSingleProxy(Mapper mapper) create proxy-mapper single instead of using method createProxy.
-
构造器详细资料
-
MapperProxy
public MapperProxy()
-
-
方法详细资料
-
createProxy
Creates a proxy instance for the sub-interfaces of Mapper.class implemented by the given object. -
createSingleProxy
create proxy-mapper single instead of using method createProxy. -
invoke
- 指定者:
invoke在接口中InvocationHandler- 抛出:
Throwable
-