-->
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.  [ 3 posts ] 
Author Message
 Post subject: One to Many Mapping problem with Sybase
PostPosted: Wed Mar 10, 2004 1:51 am 
Newbie

Joined: Mon Feb 16, 2004 11:01 am
Posts: 6
I have written a O/R mapping about a parent table and a child table,but when i delete the records, there's a problem error like this :

the xml is:
Parent table:
<set cascade="all" inverse="true" lazy="true" name="remainBody">
<key column="id"/>

<one-to-many class="com.gsi.s8000.common.S8000EventProperty"/></set>

Child table:
<many-to-one cascade="all" class="com.gsi.s8000.common.S8000Event" column="eventId" name="owner" not-null="true"/><property column="name" length="50" name="name" not-null="true" type="string" unique="false"/><property column="value" name="value" type="string"/><property column="newFlag" name="newFlag" not-null="true" type="boolean"/> When I used it in mySql,all of them is Ok,and delete operation can be processed easily.
I have searched in the web for the question,but i dont think them fit the situation i encountered.Is anybody have the experience to use the Hibernate with Sybase?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Mar 10, 2004 4:40 am 
Newbie

Joined: Mon Feb 16, 2004 11:01 am
Posts: 6
the error tips is:
Dependent foreign key constraint violation in a referential integrity constraint. dbname = 'tmfagentobjects', table name = 'S8000Log', constraint name = 'FK8FEE0919ADF43D55'.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Mar 10, 2004 4:47 pm 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
<key column="id"/> should be <key column="eventId"/>

And go and buy glasses urgently :)

_________________
Emmanuel


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