java - ORM: Yes or no? -
I have to start a medium sized project in java, but I am not usually a big fan of the ORM Question Should I design this project in mind with an ORM (for later use) or not?
The RDBMS Oracle is 10G and the query too Oracle Syntax
"text">
You may wish to see this earlier question that discusses the benefits of ORM:
The most relevant part ( Accepted answer is taken from):
If you have complex, hand-tuned SQL, then using ORM does not matter much.
If you are reaching the end of the ORM and writing your own SQL, then the way the ORM is happening.
Comments
Post a Comment