-->
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.  [ 1 post ] 
Author Message
 Post subject: Easy question about one-to-many
PostPosted: Mon Dec 20, 2010 9:52 am 
Newbie

Joined: Tue Dec 14, 2010 4:46 am
Posts: 4
Hi all;

This mapping gives me the rows which has equal on Table1-"RowIdentity" with Table2-"CommonColumn". values, and works fine:

<bag name="TableTwoList" generic="true" lazy="true" cascade="all" table="TABLE2">
<key column="Table2Column"></key>
<one-to-many class="CommonColumn"/>
</bag>

My problem is: I have "CommonColumn" on my Table1 As well, And I want the rows which has equal value on Table1-"CommonColumn" with Table2-"CommonColumn". How can I do that? Here is the mapping of the column I want to compare:

<property name="CommonColumn" column="CommonColumn" type="Int64"/>


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

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.