Stateless NHibernate for querying
Posted
by JontyMC
on Stack Overflow
See other posts from Stack Overflow
or by JontyMC
Published on 2010-04-14T15:56:28Z
Indexed on
2010/04/14
17:43 UTC
Read the original article
Hit count: 215
nhibernate
We have a database that is updated via a background process. We are using NHibernate to query the data for display on the web UI, so we don't need change tracking or lazy-loading.
If we mark all the mappings as mutable="false", is this the same as using a stateless session?
© Stack Overflow or respective owner