Nhibernate « Development « Spring Q&A





1. modifying a map while iterating over its entrySet    stackoverflow.com

In the java docs of the map interface's entrySet() method I found this statement and I really do no understand it.

The set is backed by the map, so changes ...

2. NHibernate - Castle, LinFu and Spring    stackoverflow.com

I am a newbie to NHibernate and a bit confused about Castle, LinFu and Spring. I understand that Nhibernate helps in DDD and one can map entities to database using ...

3. Spring / nHibernate 3.x with OSIV    forum.springsource.org

Spring / nHibernate 3.x with OSIV Good afternoon, I am trying to use the OpenSessionInViewModule and Hibernate session in support of lazy loading I have the OSIV module loading fine Code: ...