Joined: Mon May 23, 2005 5:42 pm Posts: 7
|
Hi!
I was using H2 with spring and xdoclet machinery. It is ok, but new H3 and annotation looks so nice... and I decided to move my project to new libraries.
so currentlyI'm using H3 with annotation (beta...) and spring 1.2.
Everything is greate but... lazy-initialization. New Hibernate has default TRUE and I've got problems with it. I've got no hibernate-mapping files (I'm using anntoations) so I have no place to set lazy-default to FALSE (as it was somewhere suggested).
Could you tell me where I should change something?
I was trying to set annotation fetch to FetchType.EAGER but it doesn't help me much.
I hope - there is some easy way to fix this problem - if not then I can post more details with code examples...
Regards
Lukjel
|
|