what does synchronization mean in hibernate..

Posted by abc on Stack Overflow See other posts from Stack Overflow or by abc
Published on 2010-04-04T08:45:51Z Indexed on 2010/04/04 8:53 UTC
Read the original article Hit count: 196

Filed under:

i read that upon session.flush()

The data will be synchronized (but not committed) when session.flush() is called

what is synchronized with what.. whether it is DB state that will come to memory by querying or memory state will be copied to Db ?

clarify this plz..

© Stack Overflow or respective owner

Related posts about hibernate