-->
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: Entitäten löschen
PostPosted: Thu Aug 27, 2009 7:31 am 
Newbie

Joined: Tue Feb 10, 2009 3:29 am
Posts: 5
Hallo,
ich arbeite seit paar Tagen mit hibernate und habe ein kleines Problem und hoffe Ihr könnt mir vielleicht weiterhelfen. Ich habe ganz simple Entitäten.

Code:
public class Class1{
   ...
   @OneToMany(cascade = CascadeType.ALL, fetch = FetchType.EAGER)
   @JoinColumn(name = "class1_id", nullable = false)
   private Set<SubClass1> subclasses;
   ....
}

public class SubClass1 {
   @Id...
   Long id;
   @Column
   String value;
}


Mein Problem ist, das hibernate meine subclasses nicht löscht, wenn jetzt etwas aus der Liste entfernt wurde. Wie kann ich hibernate dazu bringen dies für mich zu machen?
Wäre euch sehr dankbar für eure Hilfe!!


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.