-->
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: Errata corrige (?)
PostPosted: Fri Jan 21, 2005 12:40 pm 
Newbie

Joined: Fri Jan 21, 2005 12:33 pm
Posts: 5
At page 228 at line 17 there is:
Code:
...
        cascade="save-update">
<key column="ITEM_ID"/>
<many-to-many class="Item" column="CATEGORY_ID"/>
...


But the class does not relate to Category?
And so the correct maybe is:
Code:
<many-to-many class="Category" column="CATEGORY_ID"/>


Is true?
Thanks to all. :-)


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jan 21, 2005 1:00 pm 
Hibernate Team
Hibernate Team

Joined: Mon Aug 25, 2003 9:11 pm
Posts: 4592
Location: Switzerland
Already in errata and fixed in second print.


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.