类 CommandMethodMetadata

java.lang.Object
cn.sylinx.horm.proxy.command.CommandMethodMetadata

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

    • CommandMethodMetadata

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

    • get

      public static CommandMethodMetadata get(Class<?> commandInterface, Method method)
    • resove

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

      public Class<?> getTruelyReturnType()
    • getResource

      public Resource getResource()
    • getCommandInterface

      public Class<?> getCommandInterface()
    • getCommandAnnotation

      public Command getCommandAnnotation()
    • getMethod

      public Method getMethod()
    • getReturnType

      public Class<?> getReturnType()
    • isNativeSql

      public boolean isNativeSql()
    • getMetaKey

      public String getMetaKey()
    • setMetaKey

      public void setMetaKey(String metaKey)