Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nhibernate

C# generics - possible to create a method with n Generic types..?

c# .net nhibernate generics

Fluent Nhibernate - mapping a collection of components (value objects)?

Is is possible to add .Where() on a child collection property using nhibernate linq?

Setting value based on different table in NHibernate query

Nhibernate with TransactionScope Error - DTC transaction prepre phase failed -- Upgrade to Nhibernate 3.0

NHibernate: mapping bidirectional one-to-many with IList semantics

What is the usage of Session.Merge method in NHibernate?

working with Fluent NHibernate and guid ids

Unable to cast object of type 'NHibernate.Hql.Ast.HqlCast' to type 'NHibernate.Hql.Ast.HqlBooleanExpression

c# .net sql nhibernate

NHibernate: Mapping a single column twice

c# nhibernate data-binding

Linq To Sql surprisingly fast retreving data. Is it normal that it is 10x faster than ADO?

Will nHibernate ShowSql have any effect on a live system?

NHIbernate QueryOver detached criteria and Any clause

nhibernate

NHibernate Bidirectional Many-to-Many Mapping List / Bag

hibernate nhibernate orm

Multiple NHibernate sessions in one Transanction

.net sql nhibernate

Generating Database Schema Script from NHibernate

Query on HasMany reference

c# nhibernate

NHibernate querying on a string collection using Linq results in either error or empty collection

c# linq nhibernate

How to use NHibernate DiscriminateSubClassesOnColumn and References for the same column

How to auto generate IDs in NHibernate