-->
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: Lazy initialization does not work for simple associations
PostPosted: Tue Jul 18, 2006 1:55 am 
Newbie

Joined: Tue Jul 18, 2006 1:36 am
Posts: 1
Location: Bangalore
Hibernate version: 3.1.2

Name and version of the database you are using: Oracle 9i

Class A has a one to many association with class B. Class B has a byte array property byte[] data
( hibernate-type : HibernateByteBlobType, sql-type: blob).
When class A accesses the elements of the collection(containing class B), i dont want the byte array to be initialized. Setting lazy="true" for "data" property isnt working. Is this a known issue?

_________________
All that is simple is useful. All that is complex is useless - Mikhail Kaleshnikov


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.