Indeed,
For many-to-one relation (of which this is an example) the lazy mapping property defaults
to 'proxy'.
you can change this one to "false" and choose the fetching strategy you like
(fetch mapping property) to change this.
See
http://www.hibernate.org/hib_docs/v3/reference/en/html/mapping.html
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993029#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...