Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nhibernate-mapping

Mapping an immutable structure as a component in NHibernate

NHibernate AssertException: Interceptor.OnPrepareStatement(SqlString) returned null or empty SqlString

How to persist a subset of an object instead of the whole object?

many-to-one with multiple columns

JPA lazy at simple byte[] field level

Null value objects in NHibernate

How to map IDictionary<string, Entity> in Fluent NHibernate

NHibernate.StaleStateException : Unexpected row count: 0; expected: 1

Mapping multiple discriminator values to single default class in NHibernate

many-to-many mapping in NHibernate

Named query not known

Anyone know of any decent resources on Stored Procedures for Fluent Nhibernate 1.1

nhibernate many-to-many mapping - additional column in the mapping table?

Fluent NHibernate N+1 issue with complex objects

IPreUpdateEventListener and dynamic-update="true"

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