1
vote
2answers
725 views
Simple way to create an ERD for a database design review.
I am working on a new application that uses a jet (MS Access) database. I have built the database using FluentNHibernate's AutoMapping feature from my C# objects.
I need to present this da …
0
votes
Based on your experience, how many of you would recommend fluent NHibernate over Nhibernate way of doing things for my new project?
I am using FNH for a new project. What I like the best is the ability to generate and build the database directly from the entity classes.
I have had to write a few conventions for the pro …
2
votes
Fluent NHibernate AutoMapping, supposed to save time but this has me pulling my hair out
Are you using the latest version of FNH and NHibernate 2.1 RTM?
I am not so sure about your Overrides of the Id code. Have you tried without this and having an Id in each table?
He …
