-
Overview A (very) high-level view of the NHibernate architecture: This diagram shows NHibernate using the database and configuration data to provide persistence services (and persistent objects) to the application. We would like to show a more detailed view of the runtime architecture. Unfortunately...
-
Most applications using NHibernate need some form of "contextual" sessions, where a given session is in effect throughout the scope of a given context. However, across applications the definition of what constitutes a context is typically different; and different contexts define different scopes...