Hi,
I have two Objects(person,adresse) with n:1 relation.

when I try to create a new Person like this :

Person p = new Person();
p.setAdresse(oldPerson.getAdresse()); 
broker.store(p);

there is no adresseid in table person.
I'm using reference- and collectionproxies, so oldPerson.getAdresse()
returns a proxy.

thanks for any help, Sven


 

 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to