类 AbstractMapperInvoker
java.lang.Object
cn.sylinx.horm.proxy.mapper.invoker.AbstractMapperInvoker
- 所有已实现的接口:
Invoker,MapperInvoker
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected TuplegetMapper(MapperMethodMetadata methodMetadata) 获取mapper中的信息protected StringgetParseSqlType(String type) 获取解析sql类型从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cn.sylinx.horm.proxy.mapper.invoker.MapperInvoker
invoke
-
构造器详细资料
-
AbstractMapperInvoker
public AbstractMapperInvoker()
-
-
方法详细资料
-
getMapper
获取mapper中的信息- 参数:
methodMetadata-- 返回:
- Tuple -->> [0] : Namespace, [1] : SqlItem, [2] : truelyDatasource
-
getParseSqlType
获取解析sql类型- 参数:
type-- 返回:
-