Re: Solved: Re: [Andromda-user] Problem with Hibernate many-to-one

2005-03-15 Thread Chad Brandon
Jan Heise wrote: Solved it. I had to specify 0..1 on the other end too. This was not necessary until recently. Yeah that not-null constraint wasn't working, it was recently fixed. Jan Am 15.03.2005 um 13:07 schrieb Jan Heise: Another problem that came up is: I have a many-to-one mapping: Login -> R

Solved: Re: [Andromda-user] Problem with Hibernate many-to-one

2005-03-15 Thread Jan Heise
Solved it. I had to specify 0..1 on the other end too. This was not necessary until recently. Jan Am 15.03.2005 um 13:07 schrieb Jan Heise: Another problem that came up is: I have a many-to-one mapping: Login -> Role where Login can have 0..* Roles This worked great until recently. Now if I generat