Why would one chose ORM and not JDBC? What does ORM do?
Anonymous
ORM is usefull for abstraction of the SQL queries; one would use this layer of abstraction if he would like to be independent from the the DB platform, for a future migration: this way one could use the same code, while ORM handles the new syntax underneath.
Check out your Company Bowl for anonymous work chats.