类 QueryExecutors
java.lang.Object
org.babyfish.jimmer.spring.repository.support.QueryExecutors
-
方法概要
修饰符和类型方法说明static Objectexecute(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.Specification<?> specification, org.babyfish.jimmer.sql.fetcher.Fetcher<?> fetcher, Class<?> viewType, Object[] args)
-
方法详细资料
-
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.Specification<?> specification, org.babyfish.jimmer.sql.fetcher.Fetcher<?> fetcher, Class<?> viewType, Object[] args)
-