Hi,
I do not know if I am asking a stupid question, but how can I load an object without loading any other object referenced from it?
I have read the Hibernate documentation. In the documentation it talks about lazy initialization. I am setting (from xDoclet) lazy="true" in the @hibernate.list, however I still have all objects in that collection loaded.
Please can anyone help me out, I really can not understand how this works, and the more I read the more I get confused. I do not mind if I have to start using the latest version of Hibernat, just some comments to make me understand
Thanks in advance for any comments,
Regards,
Sim085
|