Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nhibernate-mapping

Understanding foreign key not-null=true and inverse behavior in a zero-to-one relationship with NHibernate

Named query not known error trying to call a stored proc using Fluent NHibernate

NHibernate One-To-One Mapping

Fluent Nhibernate Mapping for Sql Views

How do you make NHibernate ignore a property in a POCO

c# .net nhibernate-mapping

NHibernate mapping by code (Loquacious) - Cascade options

Why Fluent NHibernate vs. hbm XML files?

IndexOutOfRangeException Deep in the bowels of NHibernate

Fluent nHibernate automapping property as nvarchar(max)

NHibernate - Wrong Columns on Queries

Applying the Hibernate filter attribute to a Bag with a many-to-many relationship

How do you map an enum as string in fluent nhibernate?

Nhibernate Conformist Mapping "Unable to determine type..."

How do I change a child's parent in NHibernate when cascade is delete-all-orphan?

Mapping nested components in Fluent NHibernate

NHibernate Fluent vs. Attributes

How do I get fluent nhibernate to create a varbinary(max) field in sql server

Prevent Nhibernate schemaexport from generating foreign key constraints on has many relationship

Using NHibernate with an EAV data model

Discriminated unions in NHibernate