I am using FLH and recently I changed the name of the table. I dont want to propagate the changes all the way across my layers. Is there a way, where I can retain the same entity name and just change
I have a project by nhibernate 3.1 . I need to concurrency implementation in project. I Add \"Version\" to hbm file :
I have situation where a few parts of my entity model is known only at runtime. In order to create queries in a simple way I\'d like to add a simple one-to-many association on items referencing them b
I\'m using MS SQL Server 2008R2 Fluent nHibernate 1.3 nHibernate 3.2 I have a UInt64 field in my domain that potentially takes up the entire UInt64 range. Since MS-SQL doesn\'t support unsigned in
I made some classes that represents my messages logic: Message - representation of THE message :) MessageBoxBase - base class for all 3 kind of messagebox
With NHibernate, how do I make both user.AddPost(post) and post.setAuthor(user) behave the same way? Here are my classes:
I\'m using NHibernate for some time and pretty often, when I need to map parent-child collection in which the children are fully dependent from its parent, I map these associations as collection of co
I have a Device class that I have defined that has 2 properties, LocalConnection and Connection, that are of the same defined class, Connection.
I am having some trouble getting a List of one of my classes that is stored within another class. I have a Class Intersection which is of a base type device that contains a List of Zones, another cla
I have a case where I need to load about 10 000 objects from database. The data model is something like this: