-->
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: Hibernate annotations - Shared primary key
PostPosted: Sat Apr 28, 2007 6:47 am 
Newbie

Joined: Mon Apr 16, 2007 10:44 am
Posts: 9
Hi,

How can I give the following POJO a shared primary key? There are no other tables.

Code:
@Entity
@Table(name="temp")
public class TempObject {
  private String name;    // primary key
  private String location; // primary key

  // Get and Set methods
}


Top
 Profile  
 
 Post subject:
PostPosted: Sat Apr 28, 2007 8:08 am 
Senior
Senior

Joined: Sat Apr 21, 2007 11:01 pm
Posts: 144
You should find your answer here: http://www.hibernate.org/hib_docs/annot ... ml_single/
search in the page for: You can define a composite primary key through several syntaxes
That will take you to the section you need.

_________________
Everytime you get an answer to your question without giving credit; god kills a kitten. :(


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.