Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nhibernate

Copy in-memory SQLite Database to make unit tests faster

NHibernate: Meaning of interceptors return value

nhibernate interceptor

How can I implement NHibernate session per request without a dependency on NHibernate?

StructureMap returns a disposed nHibenrate session object from thread local scope

How to map enum as string in database

NHibernate: System.Argument Exception : An item with the same key has already been added

Linq to NHibernate generating multiple joins to the same table

sql linq nhibernate join

NHibernate Eager Loading with Queryover API on a complex object graph

nhibernate queryover

Dealing with UTC, TimeZone and making GROUP BY on that with LocalTime

NHibernate, "On Delete Cascade", cascade deleting rows in related tables?

Recommended approach to insert many rows with Castle ActiveRecord and ignore any dupes

Why does NHibernate delete and recreate all associations in a collection when I add one item to it?

Oracle stored procedures, SYS_REFCURSOR and NHibernate

Modeling NHibernate queries

Cascading collections using NHibernate StatelessSession

Delete multiple records by list of id's with HQL statement

c# nhibernate hql sql-delete

LINQ join and group

c# .net sql linq nhibernate

Why doesn't NHibernate support batching on MySql

mysql nhibernate ado.net

Using a domain model incorporated with a State pattern

nhibernate queryover with complex join over non-related entities

c# linq nhibernate queryover