Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nhibernate-mapping

Types from multiple assemblies and namespaces in nhibernate mapping files

How to Map a VIEW without unique identifing column with Fluent Nhibernate

nHibernate 3.2 database config in code?

How to set "cascade delete" option to "Set Null" in Fluent NHibernate?

NHibernate - how to delete an item from many-to-many relationship?

Mapping entities for Sql Server Identity and Oracle Sequence with NHibernate

How to dynamically search between two dates in hql?

NHibernate mapping one table on two classes with where selection

How to fine tune FluentNHibernate's auto mapper?

Trouble using nHibernate 2.0's Session.Get<T> on a class with a composite-id

NHibernate filter collection

Using NHibernate mapping by code: Cannot insert explicit value for identity column in table 'DietUser' when IDENTITY_INSERT is set to OFF

How to make Nhibernate generate table with Text field instead of nvarchar(255)

Fluent Nibernate putting a where clause in the mapping

FluentNHibernate - ClassMap vs IAutoMappingOverride

Set default values in nhibernate-mapping

How to add Filter definitions with Nhibernate 3.2 mapping by code?

How to set entire mapping to read only in NHibernate 3.2 mapping-by-code?

nhibernate-mapping

Hibernate/NHibernate mapping file editor

Fluent NHibernate Mapping is set to AllDeleteOrphan but is still trying to null the foreign key in the DB