|
|
|
|
|
by laughing_man
88 days ago
|
|
I've always found ORMs to be performance killers. It always worked out better to write the SQL directly. The idea that you should have a one-to-one correspondence between your data objects and your database objects is disastrous unless your data storage is trivial. |
|
When using JDBC I found myself quickly in implementing a poor mans ORM.