I\'m working on a feat开发者_StackOverflow社区ure to add the ability for each of our customers to define a customized registration form for their account and I\'ve run into a bit of a roadblock in cre
I\'ve been building an application with Fluent nHibernate/ASP.NET MVC - and I\'ve dug around and figured out that it\'s considered most appropriate practice to keep a \'permanent\' SessionFactory open
I have an application with the mapping class attached at the end of this question. However, when I retrieve an instance of the class with this command:
With the table definition: Employee EmployeeId Primary Key LastName FirstName EmployeeAddress EmployeeAddressId
I have a situation where I\'m using a table per subclass for association. The mappings are fine until I try and delete a record from the subclass table. The delete cause\'s not only the subclass to be
Hy We want to use the lat开发者_Python百科est alpha version of NHibernate. Unfortunately the latest fluent nhibernate release is built for 2.1 GA. When do you plan to upgrade to latest NH? Is there a
I have the following schema, and when I delete one of the objects on one many side, it seems to be trying to delete the objects on the other many side.Am somewhat confused about the proper Cascade opt
i\'m trying to use this feature of Fluent NHibernate: https://github.com/jagregory/fluent-nhibernate/commit/92ad2d8c4ba8391c74fc8e32b36e71722b开发者_StackOverflow63dff0
I have a class that has a Primary Key as well as 2 foreign keys.Foreign combinationsmust be unique.I do not see a way to do this (at least since SetA开发者_运维问答ttribute was deprecated).
I basically have: Public Class Job: MyBaseClass { public virtual string JobInformation {get;set;} ... public virtual List<Item> JobItems {get;set;}