Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nhibernate

How to configure Fluent NHibernate to output queries to Trace or Debug instead of Console?

How to update database table schemas with NHibernate schema generation?

NHibernate using QueryOver with WHERE IN

How can I have NHibernate only generate the SQL without executing it?

SaveOrUpdate Vs Update and Save in NHibernate

nhibernate

What is the best way to improve performance of NHibernate? [closed]

Which .NET data type is best for mapping the NUMBER Oracle data type in NHibernate?

When to use inverse=false on NHibernate / Hibernate OneToMany relationships?

Best way to save a ordered List to the Database while keeping the ordering

Fetch vs FetchMany in NHibernate Linq provider

How to delete child object in NHibernate?

nhibernate

Referencing 2 different versions of log4net in the same solution

.net nhibernate dll log4net

Unable to cast object of type NHibernate.Collection.Generic.PersistentGenericBag to List

What's the difference between session.Merge and session.SaveOrUpdate?

nhibernate session

How do you map an enum as an int value with fluent NHibernate?

What is the difference between JoinQueryOver and JoinAlias?

nhibernate queryover

Inverse Attribute in NHibernate

Criteria SpatialRestrictions.IsWithinDistance NHibernate.Spatial

Best way to convert IList or IEnumerable to Array

c# nhibernate

How does TransactionScope roll back transactions?