类 QueryExecutors

java.lang.Object
org.babyfish.jimmer.spring.repository.support.QueryExecutors

public class QueryExecutors extends Object
  • 方法概要

    修饰符和类型
    方法
    说明
    static Object
    execute(org.babyfish.jimmer.sql.runtime.JSqlClientImplementor sqlClient, org.babyfish.jimmer.meta.ImmutableType type, QueryMethod queryMethod, org.springframework.data.domain.Pageable pageable, org.springframework.data.domain.Sort sort, org.babyfish.jimmer.sql.fetcher.Fetcher<?> fetcher, Class<?> viewType, Object[] args)
     

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 方法详细资料

    • execute

      public static Object execute(org.babyfish.jimmer.sql.runtime.JSqlClientImplementor sqlClient, org.babyfish.jimmer.meta.ImmutableType type, QueryMethod queryMethod, org.springframework.data.domain.Pageable pageable, org.springframework.data.domain.Sort sort, org.babyfish.jimmer.sql.fetcher.Fetcher<?> fetcher, Class<?> viewType, Object[] args)