-->
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.  [ 3 posts ] 
Author Message
 Post subject: "Unknown entity" bei Aufruf von save()
PostPosted: Fri Jun 17, 2011 3:17 am 
Newbie

Joined: Fri Jun 17, 2011 3:01 am
Posts: 2
Hallo Leute,

Hibernate zeigt ein seltsamen Verhalten: Wenn ich ein neues Objekt in der Datenbank speichern will, liefert die save()-Methode der Session eine HibernateException mit "unknown entity" und dem Klassennamen. Lese ich allerdings einen Datensatz aus der gleichen Tabelle aus funktioniert es. Wenn ich dann das ausgelesene Objekt mit save() speichere, gibt es auch keine Exception und ich finde einen neuen Datensatz mit neuer ID in der Datenbank.

Die Tabelle besteht nur aus zwei Spalten: einmal die (numerische) ID, einmal eine TEXT(100)-Spalte mit NOT-NULL-Constraint. Mapping erfolgt über Mapping-Datei. Die Datenbank-Zugriffe sind als DAO nach Vorgabe des Buchs "Hibernate in Action" implementiert.

Was läuft hier schief?


Viele Grüße,

Markus


Hibernate: 3.6.4 final
Datenbank: MySQL 5.1
Java: Version 1.6


Top
 Profile  
 
 Post subject: Re: "Unknown entity" bei Aufruf von save()
PostPosted: Mon Jun 20, 2011 6:30 am 
Senior
Senior

Joined: Tue Oct 28, 2008 10:39 am
Posts: 196
Zeigst du uns mal die Mappings, deine hibernate.cfg.xml und die relevaten Code-Abschnitte? Ggf. mit den erfolgreichen und erfolglosen SQL-Statements.


Top
 Profile  
 
 Post subject: Re: "Unknown entity" bei Aufruf von save()
PostPosted: Fri Jun 24, 2011 7:59 am 
Newbie

Joined: Fri Jun 17, 2011 3:01 am
Posts: 2
Hat sich erledigt. Problem war das Attribut "entity-name". Irgendwer hat mir mal gesagt, dass das nötig sei, was aber so wiederum nicht stimmt. Leider falle ich immer wieder mal drauf rein.

Also: entity-name raus und gut.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 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.