Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nhibernate

NHibernate QueryOver order by first non-null value (coalescing)

When using nhibernate, how do I figure out optimal batch size in the mapping code?

ServiceStack NHibernate Session per request

nhibernate servicestack

Using a Property mapping with a Formula in NHIbernate

Am I breaking my aggregate boundaries in this model?

NHibernate session management?

What is the correct way to define many-to-many relationships in NHibernate to allow deletes but avoiding duplicate records

Eager load while using Linq in NHibernate 3

What is the meaning of "Unit of Work" concept in NHibernate and other ORMs?

c# nhibernate unit-of-work

Hibernate optimistic locking..how it works?

Is it possible to do create a generic Session.QueryOver<T>?

c# nhibernate

Managing multiple databases with NHibernate and Autofac

NHibernate (3.1.0.4000) NullReferenceException using Query<> and NHibernate Facility

NHibernate emitting extraneous update statements regardless of proper Inverse (fluent nhibernate) settings on relations

Minimal and correct way to map one-to-many with NHibernate

could not delete collection : [NHibernate.Exceptions.GenericADOException]

c# hibernate nhibernate hbm

Fluent NHibernate, joined-subclass mapping

Best way to use NHibernate with the repository model

How to avoid NHibernate.NonUniqueObjectException

nhibernate

What is so great about ORM?