-->
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: Load-Event wird beim Root-Objekt nicht ausgelöst
PostPosted: Thu Mar 19, 2009 2:00 pm 
Newbie

Joined: Thu Mar 19, 2009 1:47 pm
Posts: 1
Hibernate version: 3.3.1 (distribution), 3.4.0 (entitymanager)

Hallo zusammen

Ich benutze den EntityManager und nicht eine Hibernate-Session. Trotzdem habe ich beim hibernate.ejb.event.load-Event eine Listener angehängt. Im Listener habe ich vorerst eine simple Ausgabe auf den sysout. Ich lese die Entitäten folgendermassen aus:

Code:
List myList = em.createQuery("from MyClass").getResultList();


Es wird nun der Listener für alle in den MyClass-Objekten referenzierten Objekte ausgelöst, jedoch nicht für die MyClass-Objekte selbst, also die eigentlichen Root-Objekte welche ich auslese.

Als zusätzlichen Test habe ich auch noch beim post-load-Event einen Listener registriert. Dieses Event wird auch für das Root-Element ausgelöst.

Ich bin ratlos, wo das Problem liegen könnte. Hat jemand eine Idee, was das Problem ist?

Vielen Dank und freundliche Grüsse
Ben


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.