Top "Nhibernate" questions

NHibernate is an open source object-relational mapper (ORM) for the .NET framework.

NHibernate session management in ASP.NET MVC

I am currently playing around with the HybridSessionBuilder class found on Jeffrey Palermo's blog post: http://jeffreypalermo.com/blog/use-this-nhibernate-wrapper-to-keep-your-repository-classes-simple/ …

asp.net-mvc nhibernate orm
Nhibernate HQL where IN query

Im trying to return a SimpleQuery list that queries a single table and uses IN. I can get this to …

nhibernate hql castle-activerecord
NHibernate Definitive Cascade application guide

Are there any internet resources that have a definitive guide to all of the cascade settings for NHibernate that will …

c# nhibernate cascade
What's the best way to refresh entities in nhibernate

I would like to refresh an entity and all its child collections. What is the best way to do this? …

nhibernate session nhibernate-mapping refresh
Fluent NHibernate "Could not resolve property"

I have read a lot of the questions about that same error but none since to match my exact problem. …

c# nhibernate fluent-nhibernate queryover
IFNULL equivalent in Hibernate Query Language?

I'm trying to write an HQL query which will calculate an average rating for an item. I want the query …

nhibernate hibernate hql
NHibernate QueryOver with MaxResult, Group By and Order By

I'm trying to convert a SQL query to NHibernate QueryOver syntax, but I don't understand how to sort by the …

nhibernate queryover
JSON.NET and nHibernate Lazy Loading of Collections

Is anybody using JSON.NET with nHibernate? I notice that I am getting errors when I try to load a …

nhibernate json.net
Join multiple tables with NHibernate and QueryOver

I have this tables: Person -> PersonFavorites, PersonCompany PersonCompany -> Company I have now to do the following …

nhibernate queryover nhibernate-3
NHibernate: how to set connection timeout

Is there any way to globally setup time you would wait for connecting to a given database, before a connection …

c# nhibernate connection-timeout