-->
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: Lazy Loading /nachladen innerhalb einer Session funkt nicht
PostPosted: Tue Aug 25, 2009 9:26 am 
Newbie

Joined: Tue Aug 25, 2009 9:02 am
Posts: 1
Ich habe folgendes Problem:

Ich lade innerhalb einer Session mit der Methode get(objectclass,objectid) ein Objekt aus der Datenbank.
Mich wundert es, dass ich keine Exception bekomme, wenn ich auf den Namen der Property persistentHersteller
zugreife, da ich ja die Session schon geschlossen habe. Ich bekomme den richtigen Wert.Es müsste doch eine LazyInitialisation
Exception geben.

Order order=null;
String name=null;
Session session = orderDataServer.getSession();
order=(Order)session.get(Order.class, new Integer(1));
session.close();
name=order.getPersistentHersteller().getName();


Top
 Profile  
 
 Post subject: Re: Lazy Loading /nachladen innerhalb einer Session funkt nicht
PostPosted: Wed Aug 26, 2009 1:21 am 
Senior
Senior

Joined: Tue Oct 28, 2008 10:39 am
Posts: 196
Du bist der erste, der diese Exception haben will.... ;-)
Wenn der Hersteller mitgeladen wurde, ist es richtig, dass du keine Exception bekommst. Sieh dir mal die SQL-Statements an. Ansonsten geh mal mit nem Debugger drüber und sieh dir an, was wann geladen wird.


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.