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

Browse Site by Tags

Showing related tags and posts across the entire 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: Architecture, Configuration, Nhibernate Documentation
  • NHibernate Configuration

    [ 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...
    Posted to NHibernate blog by Fabio Maulo on 07-17-2009
    Filed under: caches, configuration, NHibernate, fluent configuration
  • Auto Quote Table/Column names

    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...
    Posted to NHibernate blog by Fabio Maulo on 06-24-2009
    Filed under: configuration, NHibernate, NH2.1
  • Get Started

    This article give you a guide on how to setup NHibernate.Burrow framework for you project. Configration setting in the Config file: 1: < configSections > 2: < section name ="NHibernate.Burrow" type ="NHibernate.Burrow.Configuration.NHibernateBurrowCfgSection, NHibernate.Burrow"...
    Posted to Burrow by Dario Quintana on 11-26-2008
    Filed under: Burrow, Configuration, Session, Testing, Web.config
  • NHibernate provided ADO.NET connection

    Alternatively, you can have the ISessionFactory open connections for you. The ISessionFactory must be provided with ADO.NET connection properties in one of the following ways: Pass an instance of IDictionary < string, string > (property name, property value) to Configuration .SetProperties( IDictionary...
    Posted to NHibernate 2.0 by Dario Quintana on 09-09-2008
    Filed under: ADO.Net, Configuration, IDbConnection, provider, SessionFactory
  • How to configure Log4Net for use with NHibernate

    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...
    Posted to NHibernate blog by gabriel.schenker on 09-06-2008
    Filed under: configuration, logging
  • A fluent interface to NHibernate - Part 4 - Configuration

    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...
    Posted to NHibernate blog by gabriel.schenker on 09-06-2008
    Filed under: mapping, configuration
  • ISessionFactory Configuration

    Because NHibernate is designed to operate in many different environments, there are a large number of configuration parameters. Fortunately, most have sensible default values and NHibernate is distributed with an example App.config file (found in src\NHibernate.Test ) and various templates for supported...
    Posted to NHibernate 2.0 by Fabio Maulo on 09-06-2008
    Filed under: Configuration
Powered by Community Server (Commercial Edition), by Telligent Systems