Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fluent-nhibernate

NHibernate: How is identity Id updated when saving a transient instance?

Fluent NHibernate: How to tell it not to map a base class

Why isn't NHibernate deleting from the database?

Getting 'could not execute query' on first attemt to execute a query using NHibernate against Oracle

NHibernate 2 + Fluent Nhibernate medium trust

ASP.NET MVC 3 - WebDev Server Leaking Memory with Fluent NHibernate?

Map to view on custom field name - one-to-one relationship

Fluent NHibernate mapping as Bag or as List? What are the differences?

fluent-nhibernate

Most painless multi-tenancy implementation using ASP.NET, NHibernate / Fluent NHibernate

Abstract classes and Fluent Nhibernate

Nhibernate update problem - Parameter index is out of range

How can i get NHibernate to give me the SQL it would generate for an insert / update instead of executing it?

How do I add multiple joins (Fetches) to a joined table using nhibernate and LINQ?

Fluent NHibernate - bind List<int>

fluent-nhibernate

Fluent NHibernate: Mapping Bool Property to ORACLE DB

Castle Windsor, Fluent Nhibernate, and Automapping Isession closed problem

nHibernate, I can tell it to Fetch<T>, but can I tell it to Stay<T>?