-->
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: Parent-Child mapping with surrogate key
PostPosted: Fri Jul 08, 2005 12:03 pm 
Newbie

Joined: Thu Aug 12, 2004 5:53 am
Posts: 4
Location: Japan
Hibernate version: 3.0.5
Name and version of the database you are using: Oracle 10g

Sorry for my poor English...

I created Parent and Child tables using surrogate key like:

create table Parent (
gid varchar2(32), // uuid surrogate key
key1 int,
key2 int);

create table Child (
gid varchar2(32), // uuid surrogate key generated
parent_key1 int,
parent_key2 int,
something int);

(note that foreign key consists of two columns...)

and I want to use one-to-many mapping on Parent but I couldn't find out how to describe the mapping file.

Any comments would be appreciated.

Thank you in advance,
tohkawa


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.