-->
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: Fehlerhaftes one-to-one Mapping Dokument?
PostPosted: Tue Jul 25, 2006 10:31 am 
Newbie

Joined: Tue Jul 25, 2006 10:10 am
Posts: 4
Location: Germany
Hallo zusammen.

Ich habe ein Objekt (TranslationLogEntry) das eine Referenz auf ein User - Objekt beinhaltet. In der Datenbank verwende ich den PK des User - Objekts als Fremdschlüssel, im Source Code eben das User - Objekt selbst.

Mein Mapping - Dokument sieht so aus:

<class name="BS.SCP.Data.TranslationLogEntry, BS.SCP.Data.Platform" table="TranslationImportLog">
<id name="ID" column="id" type="Guid" access="field.pascalcase-m-underscore">
<generator class="guid.comb"/>
</id>

<one-to-one name="User" class="BS.SCP.Data.User, BS.SCP.Data.Platform" constrained="true" cascade="save-update"/>
<property name="Filename"/>
<property name="Status"/>
<property name="Imported" column="ImportDate"/>
<property name="Uploaded" column="UploadDate"/>
</class>


Will ich das TranslationLogEntry - Objekt speichern bekomme ich die folgende Fehlermeldung:

Der Wert NULL kann in die UserID-Spalte, BonusShop.dbo.TranslationImportLog-Tabelle, nicht eingefügt werden. Die Spalte lässt NULL-Werte nicht zu. Fehler bei INSERT.
Die Anweisung wurde beendet.


Habe ich einfach das one-to-one - Element falsch beschrieben? Hat jemand von euch eine Idee, woran es liegen könnte? Ein Kollege von mir meinte, ich könnte mich irgendwo vertippt haben, aber ich kann keinen Tippfehler finden...

Vielen Dank schon einmal im Voraus.

Monty


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.