接口 MutableSubQuery
- 所有超级接口:
Filterable,MutableQuery,Sortable,SubSelectable
- 所有已知实现类:
MutableSubQueryImpl
-
方法概要
修饰符和类型方法说明exists()groupBy(Expression<?>... expressions)default MutableSubQueryorderBy(Expression<?>... expressions)从接口继承的方法 org.babyfish.jimmer.sql.ast.query.Filterable
createAssociationSubQuery, createAssociationWildSubQuery, createSubQuery, createWildSubQuery
-
方法详细资料
-
where
- 指定者:
where在接口中Filterable- 指定者:
where在接口中Sortable
-
orderBy
-
orderBy
-
groupBy
- 指定者:
groupBy在接口中MutableQuery
-
having
- 指定者:
having在接口中MutableQuery
-
exists
Predicate exists() -
notExists
Predicate notExists()
-