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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -