Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nhibernate

How to log SQL calls with NHibernate to the console of Visual Studio?

Override for fluent NHibernate for long text strings nvarchar(MAX) not nvarchar(255)

The length of the string value exceeds the length configured in the mapping/parameter

How can I recreate this complex SQL Query using NHibernate QueryOver?

What should be the lifetime of an NHibernate session?

How do I view the SQL that is generated by nHibernate?

nhibernate

DTO naming conventions , modeling and inheritance

c# nhibernate dto

Criteria.DISTINCT_ROOT_ENTITY vs Projections.distinct

Fluent NHibernate: How to create one-to-many bidirectional mapping?

Tradeoffs using NHibernate 3.0 QueryOver or LINQ provider

linq 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