类 QueryMethod
java.lang.Object
org.babyfish.jimmer.spring.repository.parser.QueryMethod
-
构造器概要
构造器构造器说明QueryMethod(Method javaMethod, Query query, int pageableParamIndex, int sortParamIndex, int fetcherIndex) -
方法概要
-
构造器详细资料
-
QueryMethod
-
-
方法详细资料
-
of
public static QueryMethod of(Context ctx, org.babyfish.jimmer.meta.ImmutableType type, Method method) -
getJavaMethod
-
getQuery
-
getPageableParamIndex
public int getPageableParamIndex() -
getSortParamIndex
public int getSortParamIndex() -
getFetcherIndex
public int getFetcherIndex() -
toString
-