If I only need 1 or 2 columns from a query, is it possible to specify this using when using where queries? Also, how can I specify when I use a where query or dynamic finders on the fly the type of fetching strategy that I want: eager or lazy for specific associations?
Thanks,
José