|
From: Sergey V. (JIRA) <no...@at...> - 2006-06-30 08:00:30
|
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
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
|