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
  • Using NLog via Common.Logging with NHibernate

    The NHibernate 3 Trunk-Version contains a new Interface "ILogger" which provides interface for custom loggers to be configured with NHibernate. NHibernate provides' a log4net log provider for this interface out of the box. So if you are using NHibernate with log4net just deliver the log4net...
    Posted to How to by Matthias Gernand on 08-27-2010
    Filed under: , , , , ,
  • Commercial Product Ecosystem

    NHibernate has a commercial side as well as the Open Source Products available as add ons. Agility for ORMs Castle ActiveRecord Model Code Generator http://www.AgilityForORMs.com/ CodeSmith http://www.codesmithtools.com/ DB Visual Architect http://www.visual-paradigm.com/product/dbva/ GenWise http:/...
    Posted to General by MichaelMaddox on 08-03-2010
    Filed under:
  • Open Source Project Ecosystem

    NHibernate is itself an Open Source project that depends upon other open source projects to deliver its functionality. NHibernate also has a number of Open Source projects that include support for NHibernate or extend the functionality of NHibernate. A similar list of Commercial Products is here . (Note...
    Posted to General by John Davidson on 07-18-2010
    Filed under:
  • How To Get Help with NHibernate

    The best way to get help with NHibernate is to ask a question on the NHusers Group . When asking a questing remember to provide enough detail so that those who wish to help you can analyze your request when you first make it without having to ask for further details. The various mapping files, query...
    Posted to How to by John Davidson on 06-12-2010
    Filed under:
  • How to use Db2hbm

    Db2hbm is a reverse engineering tool able to generate hbm files from a database schema and some information contained in a configuration file. Unlike other commercial and open source tools serving the same purpose, db2hbm is not template based. The hbm output comes from a serialization based on the NHibernate...
    Posted to How to by supersi on 06-04-2010
    Filed under: ,
  • Creating a custom id generator for nHibernate

    I originally blogged about this here and here on my blog but Fabio suggested I add these posts to the Forge, so here I am. I have to say I am a little exited to make my first contribution to the Wiki [H]. I will try to add a bit more to them and show some examples that do not use the TableGenerator class...
  • Prefent NHibernate from saving default relations

    Let's take a look at the following code: public class TaxCalculator { public static readonly TaxCalculator NoTax = new TaxCalculator("No Tax", 0.0); public TaxCalculator() { } public TaxCalculator(String name, Double percentage) { this.Name = name; this.Percentage = percentage; } public...
    Posted to How to by dnperfors on 07-01-2009
    Filed under: , ,
  • NHibernate concurrency with Oracle's ORA_ROWSCN

    I'm just starting to get my feet wet with NHibernate and one of the topics that popup here at the bar (you are thinking about NH when you have a couple of cold ones, aren't you? [B] ) was if we could use something like sql server's timestamp column to handle concurrency with NH and Oracle...
    Posted to How to by JuanCho on 06-03-2009
    Filed under: , , , , ,
Page 1 of 1 (8 items)
Powered by Community Server (Commercial Edition), by Telligent Systems