-->
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: hibernat, subclasses und relationships
PostPosted: Thu Dec 22, 2005 7:31 am 
Newbie

Joined: Thu Dec 22, 2005 7:23 am
Posts: 4
halloleute

ich bin seit kurzer zeit mit hibernate beschäftigt und hab auch kleine erfolge erzielt. nun bin ich allerdings auf ein problem gestoßen, dass mir auch google nicht lößt. folgendes problem tritt auf:

wenn ich in einer mapping-datei einer klasse eine subclass zuordne und in dieser subclass eine relationship (bsp one-to-many) angegeben ist, wirft er mir immer eine exception aus:

org.hibernate.exception.GenericJDBCException: could not insert: [business.Mandant]

nehme ich die zeile mit der relationship aus der subclass raus, funktioniert das program wieder. nun stellt sich mir die frage, ist es überhaupt möglich, mit hipernate ein solches "joining" zu machen? also aus einer abgeleiteten klasse ein object in abhängigkeit in die tabelle zu schreiben? oder habe ich nur einen fehler in der mapping-anweisung?

thx thomas

auszug aus x.hbm.xml:
Code:

  <joined-subclass name="mypackage.Class1" table="Class1">
   <key column="id" ></key>
  <property name="property1"  type="boolean">
     <column name="property1"/>
  </property>
  <property name="property2" type="boolean">
    <column name="property2" />
  </property>
  <property name="property3" type="boolean">
    <column name="property3" />
  </property>
 
  <many-to-one name="attributOfClass1" column="attribut_id"    class="mypackage.Class2" cascade="all" lazy="false"/>
</joined-subclass>



Top
 Profile  
 
 Post subject:
PostPosted: Sun Dec 25, 2005 7:15 am 
Regular
Regular

Joined: Mon Oct 06, 2003 7:17 am
Posts: 58
Location: Switzerland
Es ist kein Problem so eine Beziehung zu definieren. Kontrollier noch einmal das Mapping von der Class2.

Reto


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.