-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: one-to-many relationship and passing the same n-side
PostPosted: Mon Sep 08, 2003 4:39 pm 
Pro
Pro

Joined: Mon Sep 08, 2003 4:30 pm
Posts: 203
Hi,

In have a Person object and it contains a set of PersonItems objects.
I have implemented the one-to-many between Person<->PersonItems.
I create two different objects of type Person, but I pass the same PersonItems set to both.

How can I tell Hibernate to insert PersonItem sets in the db for both Person objects?

It seems that I only get the n-side inserted for one single object of type Person.

Please help.

TIA,

steve.

P.S.

I love Hibernate !!!


Top
 Profile  
 
 Post subject:
PostPosted: Mon Sep 08, 2003 6:24 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 12:50 pm
Posts: 5130
Location: Melbourne, Australia
Quote:
I create two different objects of type Person, but I pass the same PersonItems set to both.


A collection reference may not be shared by two objects.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.