I try to map NHibernate to an existing database structure. Unfortunately I can not change the existing structure.
The title basically says it all... I\'m trying to specify an auto-incrementing (int) identity column using Fluent-NHibernate and MySQL. I\'ve tried the following variations...
I\'ve got a simple phone directory app using Fluent NHibernate 1.1. In the开发者_如何学Python app, a \"Person\" object has many \"PhoneNumber\" objects. I\'m trying to delete a Person and I want to ca
I am using fluent Nhibernate. This code Loads 开发者_开发问答an instance of type T from the DB based on its ID.
The title may be confusing so ill try to elaborate. I have a business object that tracks time for either a manifest or an office. So in my database i have two columns, both are nullable, but only one
I\'m using Microsoft Visual Studio 2010.I start to work with FluentNHibernate 1.1. After configuration.BuildSessionFactory() execute, i have exception.
The subject of this question speaks for itself. I am wondering if Fluent NHibernate is ready for production code. I am especially wondering in light of some seemingly simple problems that开发者_如何学
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 using Fluent(1.1.0) NHibernate(2.1.2) and I\'ve got a (sub)subclass with a many-to-many reference to another class:
I am using FluentNhibernate and i have a question about is. Is it possible two combine data from to different database tables into on entity? I have to work with an access database and an mssql datatb