接口 MutableSubQuery
- 所有超级接口:
Filterable,MutableQuery,Sortable,SubSelectable
- 所有已知实现类:
MutableSubQueryImpl
-
方法概要
修饰符和类型方法说明exists()groupBy(Expression<?>... expressions) default MutableSubQueryorderBy(Expression<?>... expressions) default MutableSubQueryorderByIf(boolean condition, Expression<?>... expressions) default MutableSubQuerydefault MutableSubQuerydefault MutableSubQuery
-
方法详细资料
-
where
- 指定者:
where在接口中Filterable- 指定者:
where在接口中Sortable
-
whereIf
- 指定者:
whereIf在接口中Filterable- 指定者:
whereIf在接口中Sortable
-
whereIf
- 指定者:
whereIf在接口中Filterable- 指定者:
whereIf在接口中Sortable
-
orderBy
- 指定者:
orderBy在接口中MutableQuery- 指定者:
orderBy在接口中Sortable
-
orderByIf
- 指定者:
orderByIf在接口中MutableQuery- 指定者:
orderByIf在接口中Sortable
-
orderBy
- 指定者:
orderBy在接口中MutableQuery- 指定者:
orderBy在接口中Sortable
-
orderByIf
- 指定者:
orderByIf在接口中MutableQuery- 指定者:
orderByIf在接口中Sortable
-
groupBy
- 指定者:
groupBy在接口中MutableQuery
-
having
- 指定者:
having在接口中MutableQuery
-
exists
Predicate exists() -
notExists
Predicate notExists()
-