Joined: Sun Aug 31, 2008 9:22 pm Posts: 2
|
Hi,
I have a lazy collection that is loaded from the database.
I need to reload the same collection from the database another time because I have made mass update with a stored procedure.
"Session.Evict" clears an object from the cache.
Is there something like that for an entire collection (SessionFactoryImpl.EvictCollection works only on second level cache and I don't use it) or is there a way to force a reading from the database?
NHibernate version: 1.2.0.3002
Iesi.Collections version: 1.0.0.3
Thanks
_________________ Gérard
|
|