Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nhibernate-mapping

NHibernate one-to-many mapping problem

How to map IDictionary that has a IList value?

How to get Nhibernate to handle non existing database columns gracefully

Using loquacious class mappings in NHibernate

ERROR: Spring.Objects.Factory.ObjectCreationException : Error creating object with name 'NHibernate SessionFactory' defined in 'assembly'

nhibernate fluent bool to smallint mapping

Fluent nhibernate: How do I map an entity with a property who's type is an interface?

NHibernate Issuing Additional UPDATE on Unidirectional One-to-Many

Conversion failed when converting varchar value xxxx to int using an enum with NHibernate

Linq-ing Calculated Properties in nhibernate could not resolve property Error

nHibernate Many-To-Many mapping and Lazy loading

How do you map a component that is also a primary key in NHibernate hbm xml (or in a fluent-nhibernate class map)?

In NHibernate, how to find the name of the id property of a persistent POCO class knowing its type?

NHibernate ignores length attribute

How do you map aggregate functions in NHibernate?

Fluent NHibernate - Cascade delete a child object when no explicit parent->child relationship exists in the model