-->
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.  [ 5 posts ] 
Author Message
 Post subject: 2 table share same primary key
PostPosted: Mon Jan 17, 2005 9:18 am 
Newbie

Joined: Mon Jan 17, 2005 9:05 am
Posts: 17
Hi,

I have a table which is

create table A(
id NUMBER(19,0),
name VARCHAR2(255),
primary key (id)

)

and another table
create table B(
id NUMBER(19,0),
filedName VARCHAR2(255),
primary key(id)

)

Here table A's primary key is the same as table B's primary key, how to do this in hibernate? (My application does not allow me to merge two table into 1 table. ) So, anyone could give some help here?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 17, 2005 1:24 pm 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
one-to-one

or <join/> in Hibernate3

_________________
Emmanuel


Top
 Profile  
 
 Post subject: mapping file please !
PostPosted: Mon Jan 17, 2005 9:39 pm 
Newbie

Joined: Mon Jan 17, 2005 9:05 am
Posts: 17
Hi,

I am a new bie in hibernate. Could you please give me example mapping file to map the 2 tables above? Thanks!


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jan 18, 2005 7:09 am 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
Check the reference guide 5.1.11.
For <join/> the noc is not yet finished

_________________
Emmanuel


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 19, 2005 9:09 am 
Newbie

Joined: Mon Jan 17, 2005 9:05 am
Posts: 17
thank! it works now


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 5 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.