Hacker News new | ask | show | jobs
by macromagnon 1774 days ago
I don't really like ORM's (or even java) but if I'd have to write code to model a typical user/product/subscription system I'd rather use hibernate with some annotations than dealing with all the add/update sql and projections between domains.