接口 ConfigurableRootQueryImplementor<T extends Table<?>,R>
- 所有超级接口:
ConfigurableRootQuery<T,,R> Executable<List<R>>,TypedRootQuery<R>,TypedRootQueryImplementor<R>
- 所有已知实现类:
ConfigurableRootQueryImpl
public interface ConfigurableRootQueryImplementor<T extends Table<?>,R>
extends ConfigurableRootQuery<T,R>, TypedRootQueryImplementor<R>
-
方法概要
从接口继承的方法 org.babyfish.jimmer.sql.ast.query.ConfigurableRootQuery
count, count, distinct, exists, exists, forUpdate, forUpdate, limit, limit, reselect, withoutSortingAndPaging从接口继承的方法 org.babyfish.jimmer.sql.ast.Executable
execute, execute从接口继承的方法 org.babyfish.jimmer.sql.ast.query.TypedRootQuery
fetchOne, fetchOne, fetchOneOrNull, fetchOneOrNull, fetchOptional, fetchOptional, forEach, forEach, forEach, forEach, intersect, map, map, minus, union, unionAll从接口继承的方法 org.babyfish.jimmer.sql.ast.impl.query.TypedRootQueryImplementor
isForUpdate
-
方法详细资料
-
getOrders
-
getSqlClient
JSqlClientImplementor getSqlClient()
-