newbie hibernate first level cache confusion
- by Bruce
Hi all
I'm just geting to grips with hibernate. Little bit confused.
I just wanted to watch the operation of the first level cache, which I understood to batch up queries until the end of the session.
But if I create an object, hibernate saves it immediately, so that when I later update it in the same transaction, it has to do an update too:
…