I have a set of entities that implement an interface: public interf开发者_Go百科ace ILocalised { Culture Culture { get; }
I\'m new to NHibernate so I\'m sure that I\'m just missing something fundamental. I have an table called Issue that has a ParentId column.The ParentId can refer to different tables (i.e. - Project or
I have problems with NHibernate updating some of my entities when this is not supposed to happen (dirty checking).
Can you help-me with that database : I´m using Fluent NHibernate, but XML h开发者_Python百科elps too...
I am new to NHibernate and I\'m trying it out by porting a small webforms app to use it. I am trying to figure out if its possible to map (hmb.xml maps) the following assignments:
I\'m using NHibernate to persist my Item class to a SQL database. The Item class has a property Item.Tags of type ICollection<Tag> which I am mapping using the following NHibernate configation.
I\'m using the latest NMG version 2.0 RC1 to generate Fluent mappings for an Oracle 10g database.Unfortunately it is detecting multiple instances of many of the database columns, so my output includes
Given a parent child relationship between User and FailedLogin where a user has many failed logins.I\'d like to map this into
I\'m currently building a web application with MVC and NHibernate. Now when i want to get information out of the database I get an index was out of range exception.
I have three classes mapped using the table-per-subclass class mapping strategy. The tables are: Images - ImageId, FileName, ImageData