I appreciate the help, but now I'm a bit more confused: what are Fluent Mappings? I can't find any mention of them on "http:// wiki.fluentnhibernate.org/show/StandardMappingClassMap" (which, incidentally, gives me an Internal Error when I click the "All Pages" link - to whom can I report this?).
My project is really simple and straightforward right now, and I have the flexibility to set up the database in any way I want, so there's probably no reason for me to use overrides right now. I suppose, at the base of it all, I'm trying to figure out exactly what code I need to write for tables and columns which can be named to follow any default convention. I'd like as much of the mapping as possible to be done automatically instead of requiring me to do it explicitly, but I do need to set up one-to-many and many-to-many relationships between some tables. What's the best approach for me to take? Do I need to explicitly map every column in every table, as in GettingStartedFirstProject? Or how would I set up the AutoMapping to do that for me, or can AutoMapping not handle relationships between tables, in which case - to mix automatic and explicit mappings - I need to use Fluent Mappings? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Fluent NHibernate" group. To post to this group, send email to fluent-nhibernate@googlegroups.com To unsubscribe from this group, send email to fluent-nhibernate+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/fluent-nhibernate?hl=en -~----------~----~----~----~------~----~------~--~---