public toList() as List<T>:
Executes and materializes the query into the standard list type.
Current result rows backed by ArrayList<T> by default.
ArrayList<T>
rows = query.toList()