I have a legacy Spring Roo application with domain classes and supports webservices.

Now I need to run several reporting queries against my DB directly, as each query involves many joins. I will...