(I'm using FluentNhibernate 1.0.0.572)

Using the automapping feature of fluent nhibernate and have my app
auto-updating the DB schema on startup.

I have two classes with a many-to-many relationship between them:
Users and Groups.

While developing the app, after a couple dozen recompiles/startups,
I'll end up with both a UsersToGroups table and a GroupsToUsers table
in my DB.

Is the current algorithm for automapping many-to-many deterministic
with regards to the ordering of the entity names when generating the
link table name?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to