Multiple HasMany Relationships to a Single Entity (Schema Generation)

2009-05-27 Thread Hexedit
I have three unique entity classes that each have a collection of a fourth entity via the HasMany attribute. The mappings should be one-to- many unidirectional relationships from entities A, B, and C to entity D. Each HasMany attribute references the same table and the same column for the foreign

Re: Multiple HasMany Relationships to a Single Entity (Schema Generation)

2009-05-27 Thread Hexedit
classes your scenario is impossible. -Markus 2009/5/27 Hexedit jasonsz...@gmail.com: I have three unique entity classes that each have a collection of a fourth entity via the HasMany attribute. The mappings should be one-to- many unidirectional relationships from entities A, B, and C

Re: Null BelongsTo Association causing Rollback on Create()

2009-05-01 Thread Hexedit
properties except the nullable many-to-one and the entities ID to reassure that not one of the other properties causes the rollback. Please don't misunderstand me as ruse, but I have never heard of spontaneous rollbacks of NHibernate before. -Markus 2009/5/1 Hexedit jasonsz...@gmail.com First