-->
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: Associative Mapping Question
PostPosted: Wed Sep 29, 2004 2:56 pm 
Regular
Regular

Joined: Fri Sep 03, 2004 2:01 pm
Posts: 51
Hibernate version:2.1.6


What is the best way to map the following association:

A (1..1) --- B (0..1)

The Item/Bid example in HIA shows a similar example but Bid is (0..*).

Class A has a property of B, which, if there is an entry in table B, needs to be set, otherwise a set of defaults are used.

At the moment, I have in A.hbm.xml:
<one-to-one name="b" class="B" property-ref="a"/>

and in B.hbm.xml

<many-to-one name="a" column="a_id" class="A" unique="true"/>


is this what I need?

Separate question - is there a way to specify DB level constraints ( Oracle 8/9 Constraints ) in the mapping file so that I can have these constraints applied for other programs that may be writing to the DB?


Nick


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.