Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nhibernate

Select from Table Valued Function nhibernate

NHibernate QueryOver group by without selecting the grouped by column

c# nhibernate queryover

AutoMapper and Sorting the child collection conditionally

NHibernate mapping of lookup collection (if that makes any sense)

c# nhibernate

How to map uint in NHibernate with SQL Server 2005

Is Linq to NHibernate in the 2.1 Alpha release?

NHibernate "null identifier" exception after inserting an entity

nhibernate

Fluent NHibernate AutoMapping with discriminator

Find Underlying Column Size Via NHibernate Metadata

nhibernate size metadata

NHibernate latency is very high

nhibernate orm

Which second level cache to select for nHibernate?

Fluent Nhibernate configuration error in multi thread application

How can i do something like IList<T>.Contains(OtherObjectType)?

c# .net nhibernate ilist

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?