Hacker News new | ask | show | jobs
by skinkestek 319 days ago
I don't know what kind of ORM you have used but I probably wouldn't like it either.

My ORM does extremely much more than those "SQL helper" classes and it logs SQL nicely to the console or wherever I ask it to to log.

And it is easy to find it, just search for @Entity.

1 comments

They're making the tongue-in-cheek observation that those who don't use an ORM end up reinventing one, poorly.