NHibernate Forge
The official new home for the NHibernate for .NET community

Browse Wiki Pages by Tags

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

    Nearly all of the features listed here are described more fully in the document: NHibernate - Relational Persistence for Idiomatic .NET http://nhforge.org/doc/nh/en/index.html Numerous databases supported SQL Server (2000, 2005, 2008, Express, CE) Oracle (9i, 10g, 11g) DB2, Firebird, Informix, MySQL...
    Posted to How to by John Davidson on 07-18-2010
    Filed under: , ,
  • 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 (4 items)
Powered by Community Server (Commercial Edition), by Telligent Systems