-->
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: Insert new records with associations
PostPosted: Thu May 25, 2006 12:12 pm 
Newbie

Joined: Thu May 04, 2006 11:34 pm
Posts: 6
Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp

Hibernate version:

Mapping documents:

Code between sessionFactory.openSession() and session.close():

Full stack trace of any exception that occurs:

Name and version of the database you are using:

The generated SQL (show_sql=true):

Debug level Hibernate log excerpt:


I have one - to-one association between tables.I am able to get the records for both tables by querying one table based on the association in my mapping file but while I am trying to insert a record which I am setting in one of the tables and trying to update that one table which should insert the other table too.

<many-to-one name="assoc" class="com.hcsc.heron.model.req.Association" column="AssocId" lazy="false" not-null="true" unique="true" cascade="all" />

<one-to-one name="expPeriod" class="com.hcsc.heron.model.input.ExperiencePeriod" property-ref="assoc" cascade="all"/>

I already have a record in Assoiciation table and need to insert a record in experienceperiod table with AssocID foriegn key.

Could anyone help on this


Top
 Profile  
 
 Post subject:
PostPosted: Fri May 26, 2006 1:09 am 
Expert
Expert

Joined: Thu Dec 23, 2004 9:08 pm
Posts: 2008
Do you have generator class="foreign" in the ExperiencePeriod mapping?

_________________
Code tags are your friend. Know them and use them.


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.