23 Nov
2008

Populating Entities From Stored Procedures With NHibernate

A short while ago we needed to fetch the data for some entities through a stored procedure for performance reasons. We already use NHibernate in the typical way to fetch and modify the data of this entity type, but we just wanted something so we could also use the resultset of the stored procedure to […]

Read More
23 Nov
2008

NHibernate Fact when Saving a Transient Entity with Second Level Caching Enabled.

After attending the Advanced NHibernate workshop at the Kaizen Conference, I started to do some experimenting with NHibernate in order to gather more in dept knowledge about my favorite ORM tool. A topic that quite interests me about NHibernate, is its support for caching. NHibernate currently comes with 5 different caches: Identity map (Session) Entities […]

Read More