java.lang.Object
org.babyfish.jimmer.spring.repository.parser.QueryMethod

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

    • QueryMethod

      public QueryMethod(Method javaMethod, Query query, int pageableParamIndex, int sortParamIndex, int fetcherIndex)
  • 方法详细资料

    • of

      public static QueryMethod of(Context ctx, org.babyfish.jimmer.meta.ImmutableType type, Method method)
    • getJavaMethod

      public Method getJavaMethod()
    • getQuery

      public Query getQuery()
    • getPageableParamIndex

      public int getPageableParamIndex()
    • getSortParamIndex

      public int getSortParamIndex()
    • getFetcherIndex

      public int getFetcherIndex()
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object