* Alias for `qb.getResultList()`
()
| 2588 | * Alias for `qb.getResultList()` |
| 2589 | */ |
| 2590 | async getResult(): Promise<Loaded<Entity, Hint, Fields>[]> { |
| 2591 | return this.getResultList(); |
| 2592 | } |
| 2593 | |
| 2594 | /** |
| 2595 | * Executes the query, returning array of results mapped to entity instances. |