Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nhibernate

Self referencing many to many relationships in Fluent NHibernate automapping automapping to 1:n and not n:n

How to get Dirty Entities in NHibernate using C# and FluentNHibernate

c# nhibernate

NHibernate one-to-one mapping, non-primary keys

What is the impact of lazy="false" on class element of NHibernate mapping?

NHibernate: No persister for NHibernate.Criterion.SqlFunctionProjection

nhibernate

In NHibernate, my check if entity is dirty fails

nhibernate

Action Filter Dependency Injection in ASP.NET MVC 3 RC2 with StructureMap

ASP.NET WebAPI Conditional Serialization based on User Role

What does "[Pre-Login] initialisation=xyz" mean in an SQL Exception?

sql-server nhibernate

How to manage NHibernate sessions in a long lived Windows forms application?

nhibernate

session.BeginTransaction() and transaction.Commit()

Can I use SQL functions in NHibernate QueryOver?

How should we really be implenting Equals and GetHashCode for NHibernate entities

What is the most elegant way to update a child collection when using nhibernate (without creating unnecessary adds and deletes)?

c# arrays list nhibernate

2010 Beginners guide to fluent nHibernate

How do I secure my "hibernate.cfg.xml" file? (Nhibernate)

.net security nhibernate

Mocking out nHibernate QueryOver with Moq

Nhibernate - Could not find a getter for property

c# .net nhibernate

how to achieve table per concrete class when base class is abstract in fluent nhibernate?

What are the benefits of ORM lazy loading?