|
From: NHibernate J. <mik...@us...> - 2006-11-13 19:42:31
|
[ http://jira.nhibernate.org/browse/NH-429?page=all ] Sergey Koshcheyev updated NH-429: --------------------------------- Fix Version: LATER > Lazy load columns > ----------------- > > Key: NH-429 > URL: http://jira.nhibernate.org/browse/NH-429 > Project: NHibernate > Type: New Feature > Components: Core > Versions: 1.0 > Reporter: Xianfeng Lu > Fix For: LATER > > NPersist allows you to lazy load any property you like - for example a very big text property (Employee.LifeStory) that you don't want to load from the database every time you load an employee. > Furthermore, any unloaded property automatically becomes lazy loading. This means that if you issue an NPath statement like the following: > Select Id, FirstName from Employee Where ID = 42 > Then the LastName property, which wasn't loaded by the query, will automatically become lazy loading and be loaded with data the first time you access it (if you access it). > I hope NHibernate will have column lazy loading feature ASAP. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.nhibernate.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |