Hibernate Team |
|
Joined: Mon Aug 25, 2003 9:11 pm Posts: 4592 Location: Switzerland
|
This is all noted in the reference documentation. Your questions are not neccessarily related to the internals of Hibernate. Hibernates primary cache (in the Session) is transaction-scoped, so it will know of the changes if you are not using an additional cache.
Just continue reading the reference (and other) documentation and ask specific questions if you have specific problems.
_________________ JAVA PERSISTENCE WITH HIBERNATE http://jpwh.org Get the book, training, and consulting for your Hibernate team.
|
|