接口 TypedSubQuery<R>
- 所有超级接口:
Expression<R>,Selection<R>
- 所有已知子接口:
ConfigurableTypedSubQuery<R>
- 所有已知实现类:
ConfigurableTypedSubQueryImpl
-
嵌套类概要
从接口继承的嵌套类/接口 org.babyfish.jimmer.sql.ast.Expression
Expression.AnyFactory, Expression.ComparableFactory, Expression.NumericFactory, Expression.StringFactory -
方法概要
-
方法详细资料
-
all
Expression<R> all() -
any
Expression<R> any() -
exists
Predicate exists() -
notExists
Predicate notExists()
-