From: Sergey V. (JIRA) <no...@at...> - 2006-07-01 00:10:10
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-1868?page=comments#action_23514 ] Sergey Vladimirov commented on HHH-1868: ---------------------------------------- My inattention will kill me soon. Sorry. Trying to extract real test case still. > Hibernate must not load any lazy assotiation until required > ----------------------------------------------------------- > > Key: HHH-1868 > URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1868 > Project: Hibernate3 > Type: Improvement > Components: core > Environment: Last from CVS, 3.2.0rc2, > Reporter: Sergey Vladimirov > Attachments: manytoonelazy.zip, manytoonelazy.zip > > > Hibenate should not load any assotiations until it is required. For example, if BeanA has field > private BeanB parent; > this field MUST NOT be loaded during BeanA loading, if field is marked as LAZY. It behaviour must have place even if NotFound action does not specified. > http://forum.hibernate.org/viewtopic.php?t=961373 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |