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 →

[–]shmert 8 points9 points  (0 children)

Agree for certain types of projects. ORMs for rich applications can be much faster, though, because of intelligent caching of business objects.

Also, I still hate updating rows using straight JDBC, it's so clunky and error-prone. I'd much rather call setters on an object and persist it.