-->
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: on delete set null ?
PostPosted: Fri Sep 21, 2007 6:21 am 
Newbie

Joined: Fri Sep 21, 2007 6:06 am
Posts: 1
Hallo zusammen,

Vorneweg ich benutze das 3.2.5er Hibernate...

Ich suche seit Tagen nach einem Weg ein many-to-one Mapping zu machen, das nicht automatisch einen foreign-key erzeugt (hbm2ddl aus den Hibernate-Tools).

Code:
<many-to-one name="product"
        class="Product"
        column="product_id"
        not-null="false"
        fetch="select"
        not-found="ignore"/>


hat mich keinen Schritt weiter gebracht, leider. Mein Kunde besteht leider darauf, das das DB-Schema vollautomatisch generiert und aktualisiert wird, so dass ich nicht die Möglichkeit habe, das Schema einfach selbst zu erzeugen.

Das Problem ist einfach, das eine OrderPosition logischerweise eine Verknüpfung auf das bestellte Product beinhaltet. Wenn ein Product irgendwann gelöscht wird, kann man natürlich nicht alle OrderPositions gleich mit löschen, weil sonst der FK nicht mehr passt.

In der DB würde man ja normalerweise den FK mit ON DELETE SET NULL versehen und fertig... Aber ich kann nichts dergleichen finden. Und Den FK werde ich auch nicht los (was ja auch helfen würde).

Ich wäre für jeden Tip dankbar, den jemand für mich hat. Und das FM hab ich schon gelesen und nix gefunden ;-)

Danke in voraus,
Jens[/code]


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 08, 2007 4:04 pm 
Expert
Expert

Joined: Tue Nov 23, 2004 7:00 pm
Posts: 570
Location: mostly Frankfurt Germany
Wahrscheinlich nur mit Events möglich, damit aber auf jeden Fall.

_________________
Best Regards
Sebastian
---
Training for Hibernate and Java Persistence
Tutorials for Hibernate, Spring, EJB, JSF...
eBook: Hibernate 3 - DeveloperGuide
Paper book: Hibernate 3 - Das Praxisbuch
http://www.laliluna.de


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.