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