Spring Data #R2DBC doesn't make it easy to query across multiple tables. With the @Query annotation, I couldn't map the results to the entity. I had to resort to the low-level DatabaseClient. I would be interested in the "correct way" with pointers to the documentation.