接口 TypedRootQuery<R>
- 所有超级接口:
Executable<List<R>>
- 所有已知子接口:
ConfigurableRootQuery<T,R>,TypedRootQueryImplementor<R>
- 所有已知实现类:
ConfigurableRootQueryImpl
-
方法概要
修饰符和类型方法说明default RfetchOne()default RfetchOne(Connection con)default Rdefault RfetchOneOrNull(Connection con)fetchOptional(Connection con)default voidvoidforEach(Connection con, int batchSize, Consumer<R> consumer)default voidforEach(Connection con, Consumer<R> consumer)default voidintersect(TypedRootQuery<R> other)minus(TypedRootQuery<R> other)union(TypedRootQuery<R> other)unionAll(TypedRootQuery<R> other)从接口继承的方法 org.babyfish.jimmer.sql.ast.Executable
execute, execute
-
方法详细资料
-
union
-
unionAll
-
minus
-
intersect
-
fetchOne
-
fetchOne
-
fetchOneOrNull
-
fetchOneOrNull
-
fetchOptional
-
fetchOptional
-
forEach
-
forEach
-
forEach
-
forEach
-