-->
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: How to define more than one primary key in the .hbm.xml file
PostPosted: Wed Mar 31, 2004 10:24 am 
Newbie

Joined: Wed Mar 17, 2004 10:14 am
Posts: 14
Location: France
Hello,
Is it possible to define more than one primary key in the .hbm.xml file:
this is a part of this file that i use but i dosn't work:

<class name="beans.MetaData" table="UEPS1.METADATA">
<id name="contentId" type="long">
<column name="CONTENTID" sql-type="number" not-null="true"/>
<generator class="native"/>
</id>


<id name="serverId" type="int">
<column name="SERVERID" sql-type="number" not-null="true"/>
<generator class="native"/>
</id>

<property name="name" type="string">
<column name="NAME" sql-type="varchar2" />

</property>
<property name="value" type="string">
<column name="VALUE" sql-type="varchar2" />
</property>

</class>


Top
 Profile  
 
 Post subject:
PostPosted: Wed Mar 31, 2004 6:19 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 7:19 pm
Posts: 2364
Location: Brisbane, Australia
Read the composite key section of the manual:
http://www.hibernate.org/hib_docs/reference/html/or-mapping.html#or-mapping-s1-4b


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.