-->
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: How can I use many-to-one without foreign-key
PostPosted: Tue Aug 12, 2008 3:44 am 
Newbie

Joined: Sat Dec 01, 2007 1:24 am
Posts: 7
Location: Pune
Hi All,
How can I use many-to-one with unique column, that column is not foreign-key. Here is a code,

Code:

  <many-to-one name="department" column="gdm_id" unique="false"      class="com.greenlight.testxpert.persistence.Department"         cascade="none" not-null="false"         foreign-key="FK_USR_DEPT" /> 



Now If I don't have "gdm_id" as a foreign-key, it only a unique column. Then how could I map to Department unique column.

Thanks & Regards,
Gajendra


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.