(orderBy: QueryOrderMap<T>)
| 281 | andWhere(cond: FilterQuery<T> | string | RawQueryFragment | Dictionary, params?: any[]): this; |
| 282 | orWhere(cond: FilterQuery<T> | string | RawQueryFragment | Dictionary, params?: any[]): this; |
| 283 | orderBy(orderBy: QueryOrderMap<T>): this; |
| 284 | groupBy(fields: (string | keyof T) | (string | keyof T)[]): this; |
| 285 | having(cond?: FilterQuery<any> | string, params?: any[]): this; |
| 286 | getAliasForJoinPath(path: string, options?: ICriteriaNodeProcessOptions): string | undefined; |
no outgoing calls
no test coverage detected