Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nhibernate

What exactly is "persistence ignorance"?

What is a Projection?

Linq for NHibernate and fetch mode of eager loading

linq nhibernate fetch eager

What is NHibernate?

asp.net database nhibernate

How to get a distinct result with nHibernate and QueryOver API?

c# nhibernate queryover

Using MiniProfiler's database profiling with NHibernate

nHibernate, No row with the given identifier exists

queryover and (x like 'a' or y like 'a')

nhibernate queryover

Disable NHibernate logging

nhibernate logging log4net

How to persist an enum using 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