Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nhibernate-mapping

Issue with Casting proxies when using NHibernate table per subclass inheritance strategy

How does one make NHibernate stop using nvarchar(4000) for insert parameter strings?

Fluent NHibernate generates extra columns

The ProxyFactoryFactory was not configured

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