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