Oh finally!!!
I've typically had a ambivalent relationship with ORMs. The mass of config files and auto generated code is a huge pain - especially when things go wrong. Doing multiple DBs can also be an issue and requires messing around with config/annotations, what not...
Just write the SQL :) - relational algebra is not that hard...
Just write the SQL :) - relational algebra is not that hard...