NHibernate Forge
The official new home for the NHibernate community

Browse Wiki Pages by Tags

Showing related tags and posts for the Wikis application. See all tags in the site
  • Finding Dirty Properties in NHibernate

    The following extension methods to ISession allow finding if a property or entity has changed, and the original value of a property. public static class SessionExtensions { public static Boolean IsDirtyEntity(this ISession session, Object entity) { String className = NHibernateProxyHelper.GuessClass...
    Posted to How to by Ricardo Peres on 10-09-2009
    Filed under: ,
  • Mapping the same class to a view and a table using entity-name

    The Scenario You have a single class which you must map to both a table and a database view (or perhaps another table). The view is returning records from the table itself, usually filtered, and the view may have more or less columns than the table. A more practical example is a multi tenant database...
    Posted to How to by Robert Byrne on 02-27-2009
    Filed under: , , ,
  • Architecture

    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...
    Posted to NHibernate 2.0 by Fabio Maulo on 09-05-2008
    Filed under: , ,
Page 1 of 1 (3 items)
Powered by Community Server (Commercial Edition), by Telligent Systems