The Beanlib seems to do what i am looking for but i cannot found any tutorial !? I am especially interested by removint lazy properties of Hibernate object.
Regards
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Basically it doesn't matter whether you specify lazy or not on a Hibernate object property. Beanlib will resolve the property for you as long as the property is part of the object graph being cloned.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for the answer, but the link does not seem to work :(
By the way, it would be nice if the PPT was available directly from the website as a simple introduction to beanlib, no ?
Regards
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
The Beanlib seems to do what i am looking for but i cannot found any tutorial !? I am especially interested by removint lazy properties of Hibernate object.
Regards
You are right, I haven't put in any tutorial - my bad being lazy. There is a power point presentation you can download from the source repository:
http://beanlib.svn.sourceforge.net/viewvc/\*checkout*/beanlib/trunk/beanlib/doc/JP06_Beanlib-3.2.9.ppt
See if that helps.
Basically it doesn't matter whether you specify lazy or not on a Hibernate object property. Beanlib will resolve the property for you as long as the property is part of the object graph being cloned.
Hi,
Thanks for the answer, but the link does not seem to work :(
By the way, it would be nice if the PPT was available directly from the website as a simple introduction to beanlib, no ?
Regards
>the link does not seem to work
I just tried the link with both Firefox and IE, and both seemed to work. You can also try directly browsing the SVN source repository and download it.
Sorry, the problem must come from my side :-/
I will try from another computer...
Thanks