接口 FluentRootQuery<T extends Table<?>>
- 所有超级接口:
FluentFilterable,FluentQuery,RootSelectable<T>
-
方法概要
修饰符和类型方法说明groupBy(Expression<?>... expressions)default FluentRootQuery<T>orderBy(Expression<?>... expressions)default FluentRootQuery<T>orderByIf(boolean condition, Expression<?>... expressions)default FluentRootQuery<T>default FluentRootQuery<T>
-
方法详细资料
-
where
- 指定者:
where在接口中FluentFilterable- 指定者:
where在接口中FluentQuery
-
whereIf
- 指定者:
whereIf在接口中FluentFilterable- 指定者:
whereIf在接口中FluentQuery
-
groupBy
- 指定者:
groupBy在接口中FluentQuery
-
having
- 指定者:
having在接口中FluentQuery
-
havingIf
- 指定者:
havingIf在接口中FluentQuery
-
orderBy
- 指定者:
orderBy在接口中FluentQuery
-
orderByIf
- 指定者:
orderByIf在接口中FluentQuery
-
orderBy
- 指定者:
orderBy在接口中FluentQuery
-
orderByIf
- 指定者:
orderByIf在接口中FluentQuery
-