Re: URGENT please, : MAPPING BIDIRECTIONAL NAVIGATION 1:1 ??? ojb 1.0.3

2006-02-14 Thread ABOU LINA
Thanks Armin, your reply is very helpfull. so there is no direct solution we must call store two time , one for A another for B. in your opinion why is not possible to use the same philosophy of the invers-foreignekey wich is used in 1:n an other question about performance this time : i

Re: URGENT please, : MAPPING BIDIRECTIONAL NAVIGATION 1:1 ??? ojb 1.0.3

2006-02-14 Thread Armin Waibel
Hi, ABOU LINA wrote: Thanks Armin, your reply is very helpfull. so there is no direct solution we must call store two time , one for A another for B. in your opinion why is not possible to use the same philosophy of the invers-foreignekey wich is used in 1:n Assume you are using database

URGENT please, : MAPPING BIDIRECTIONAL NAVIGATION 1:1 ??? ojb 1.0.3

2006-02-13 Thread ABOU LINA
Hi, i give you this sample example : in case AB [1:n] : the mapping of this bidiractional navigation is guaranted by the use of inverse-foreignkey : Mapping A classe : collection-descriptor name=allB

Re: URGENT please, : MAPPING BIDIRECTIONAL NAVIGATION 1:1 ??? ojb 1.0.3

2006-02-13 Thread Armin Waibel
Hi, ABOU LINA wrote: Hi, i give you this sample example : in case AB [1:n] : the mapping of this bidiractional navigation is guaranted by the use of inverse-foreignkey : Mapping A classe : collection-descriptor