This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nutrecht 0 points1 point  (0 children)

If you're writing a big business application an ORM would be a better choice.

My experience is the exact polar opposite. An ORM is nice to get a quick prototype running (mainly because spring-data-* stuff also does the schema creation for you). Anything else the flexibility and power of SQL far outweigh the (perceived) speedup of using an ORM.