Automapping component association column naming convention possible bug

5 views
Skip to first unread message

Jonty

unread,
Oct 6, 2009, 10:14:15 AM10/6/09
to Fluent NHibernate
When I map a component, the property is mapped to a database column by
convention, eg:

Person -> AddressNumber, AddressStreet, AddressPostcode

Now I add a country as a Reference and I get this:

Person -> AddressNumber, AddressStreet, AddressPostcode, Country_id

Surely, it should be this:

Person -> AddressNumber, AddressStreet, AddressPostcode,
AddressCountry_id

Is this a bug?
Reply all
Reply to author
Forward
0 new messages