Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nhibernate

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?

How can you do paging with NHibernate?

.net nhibernate orm pagination

List vs Set vs Bag in NHibernate

nhibernate

Moq: Invalid setup on a non-overridable member: x => x.GetByTitle("asdf")

NHibernate vs LINQ to SQL

NHibernate.MappingException: No persister for: XYZ

c# .net nhibernate

NHibernate ISession Flush: Where and when to use it, and why?

.net session nhibernate flush

What are the First and Second Level caches in (N)Hibernate?

nhibernate hibernate