public single() as T throws NoResultException, NonUniqueResultException:
Returns the sole result row.
At most two rows are requested from the provider to detect excess cardinality without materializing the complete result.
Sole row.
user = byIdQuery.single()