-->
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: Nur ein Eintrag loeschen, aber nicht child (session.delete)
PostPosted: Wed May 16, 2007 3:54 am 
Newbie

Joined: Tue Nov 28, 2006 12:46 pm
Posts: 6
Hallo!

Ich habe eine Frage bezueglich der Loeschung eines Eintrages in einer Tabelle mit einer Relation zum Child-Objekt.

Hier die Tabellen:

paragraph
------------------
paragraphID


paragraph_modification
---------------------------
paragraphModificationID
paragraphID



Hier erstmal ein Ausschnitt aus dem Code:

Code:
public class ParagraphModification
{

        // ...more code before

   /**
    * @hibernate.many-to-one cascade="save-update" column="paragraphID" outer-join="true"
    */   
   public Paragraph getParagraph()
   {
      return paragraph;
   }

        // ...more code after
}


Jetzt moechte ich einfach einen Eintrag aus ParagraphModification loeschen ohne das mir ein Paragraph geloescht wird. Ich weiss, dass hier der Cascade Eintrag wichtig ist. Wenn ich jetzt also delete eintrage, wird mir da auch der Eintrag vom Paragraph geloescht oder nur "ParagraphModification" Eintrag?

Danke,
Daribo


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.