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: Architecture, Configuration, Nhibernate Documentation
[ My blog ] Perhaps not so many people know in how many ways NH can be configured since NH2.0.0. In this post I’ll try to summarize some one before implement Loquacious configuration in NH3.0.0. Xml (default) The xml way is the most common used so only some little notes are needed here. Inside...
Since long time we have a very interesting request on NHibernate JIRA (NH-188). If you are working in a multi-RDBMS application, you are annoyed, for sure, quoting a table-name or a column-name. As a very good persistent-layer this should be a NHibernate’s work. I’m happy to announce that...
Recently there was a question in the NHUser group about how to configure Log4Net to log the queries generated by NHibernate. First of all: you can get Log4Net here . There you also find the documentation. If you are not sure about details of the configuration shown below please refer to this documentation...
This is the fourth post in a series of articles where I want to analyze and describe the new upcoming mapping interface providing a fluent interface to NHibernate for the mapping of a domain model to the underlying database. Other post will follow A fluent interface to NHibernate A fluent interface to...