hibernate - lazy init joined component

Posted by robinmag on Stack Overflow See other posts from Stack Overflow or by robinmag
Published on 2010-03-21T12:30:02Z Indexed on 2010/03/21 12:31 UTC
Read the original article Hit count: 304

Filed under:
|

I used the mapping solution from this question to have a joined component. But it make hibernate trigger join query to obtain the component event i use fetch="select" in <join>

Please tell me how can i make the joined component lazy init.

Thank you

© Stack Overflow or respective owner

Related posts about hibernate

Related posts about java