Hi,
Have just started playing around with this tool...
I have read that Hibernate does a dirty checking of entities whenever it tries to flush changes to the database. I presume this happens within the first level cache wherein it checks with the cloned object whether changes have happened or not.....It makes sense for entities
However, if I got a list which returns a scalar result either a list of entities or say long, does Hibernate by default ignore/disable dirty checking ?
I hope i am somewhat right in my understanding.....all flames understandable
TIA.
Rgds...VJ
|