接口 TypedSubQuery<R>
- 所有超级接口:
Expression<R>,Selection<R>
- 所有已知子接口:
ConfigurableSubQuery<R>
-
嵌套类概要
从接口继承的嵌套类/接口 org.babyfish.jimmer.sql.ast.Expression
Expression.AnyFactory, Expression.ComparableFactory, Expression.NumericFactory, Expression.StringFactory -
方法概要
修饰符和类型方法说明all()any()exists()intersect(TypedSubQuery<R> other) minus(TypedSubQuery<R> other) union(TypedSubQuery<R> other) unionAll(TypedSubQuery<R> other) 从接口继承的方法 org.babyfish.jimmer.sql.ast.Expression
asc, coalesce, coalesce, coalesceBuilder, count, count, desc, eq, eq, eqIf, eqIf, in, in, inIf, inIf, inIf, inIf, isNotNull, isNull, ne, ne, neIf, neIf, notIn, notIn, notInIf, notInIf, notInIf, notInIf, nullableIn, nullableInIf, nullableInIf, nullableNotIn, nullableNotInIf, nullableNotInIf
-
方法详细资料
-
all
Expression<R> all() -
any
Expression<R> any() -
exists
Predicate exists() -
notExists
Predicate notExists() -
union
-
unionAll
-
minus
-
intersect
-