类 MapperMethodMetadata

java.lang.Object
cn.sylinx.horm.proxy.mapper.MapperMethodMetadata

public class MapperMethodMetadata extends Object
  • 构造器详细资料

    • MapperMethodMetadata

      public MapperMethodMetadata(Class<?> mapperInterface, Method method)
  • 方法详细资料

    • get

      public static MapperMethodMetadata get(Class<?> mapperInterface, Method method)
    • resove

      public Tuple resove(Object[] args)
      解析参数
      参数:
      args -
      返回:
      Tuple[0]:查询参数, Tuple[1]:pageNumber, Tuple[2]:pageSize
    • getTruelyReturnType

      public Class<?> getTruelyReturnType()
    • getMapperInterface

      public Class<?> getMapperInterface()
    • getMethod

      public Method getMethod()
    • getMethodName

      public String getMethodName()
    • getReturnType

      public Class<?> getReturnType()
    • getMetaKey

      public String getMetaKey()
    • setMetaKey

      public void setMetaKey(String metaKey)