接口 TypedRootQuery<R>
- 所有超级接口:
Executable<List<R>>
- 所有已知子接口:
ConfigurableRootQuery<T,R>
- 所有已知实现类:
ConfigurableRootQueryImpl
-
方法概要
修饰符和类型方法说明default RfetchOne()default RfetchOne(Connection con)default Rdefault RfetchOneOrNull(Connection con)intersect(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
-