lazy-loading
Unexpected behaviour in linq query with lazy loading on ravendb
I had a problem with the following code. When I don\'t call ToList() on the initial RavenSession.Query<Item>() call, the PhotoPath property is null in the ItemSummaryModel object. Is this a lazy[详细]
2023-03-29 15:20 分类:问答Hibernate JPA: How to control "Not-Found" behavior when lazy loading a ManyToOne relation?
In older xml based hibernate, one can have this config , <many-to-one ... not-found=\"ignore\" />[详细]
2023-03-29 13:00 分类:问答How to load Entity Framework Self Track TrackableCollection<T> relationship data only when needed?
I use Entity Framework 4 and Self Tracking Entities. The schema is like: Patient -> Examinations -> LeftPictures[详细]
2023-03-28 23:25 分类:问答Programatically specify lazy loading for many-to-one in hibernate
I am using Hibernate 3.6 with Spring 3.0.5. I have the following mapping for a User object <class name=\"foo.User\" table=\"FOO_USER\">[详细]
2023-03-28 18:55 分类:问答Android load only visible elements of ListView
I\'m using Lazy Loading Li开发者_如何学编程st in my application and I need to load only the visible elements of ListView.I\'ve search over the internet,tried a lot of things but still cannot get the t[详细]
2023-03-28 13:17 分类:问答EF 4.1, POCO: Lazy-loading for complex type (2 types mapping the same table)
Is it possible to set up Address (complex type) being lazy loaded for Customer in this example: Entity Framework 4.1 – Component mapping ?[详细]
2023-03-28 02:35 分类:问答NHibernate - possible to fetch a collection after querying?
There\'s sooo much literature about fetching and eager loading when doing the actual query using .Fetch[详细]
2023-03-27 16:54 分类:问答UITableView lazyload - reloadData not working
this seems to be a classic problem but I couldn\'t find any thread with a working solution. I have a UITableView that I want to \"lazyload\" with some XML loaded from my server.[详细]
2023-03-27 06:04 分类:问答Where to set additional query parameters for tree lazy load expand requests with JsonRestStore in Dojo?
For a lazy loaded tree using JsonRestStore and ForestModel, where would I set an additional query parameter to be included in expand[详细]
2023-03-25 16:39 分类:问答EF4 - Eager Loading slower than Lazy Loading?
I have a data model made up of several entities, all of them interlinked, all in all about 80 tables.[详细]
2023-03-25 14:33 分类:问答