Top "Lazy-loading" questions

object until the point at which it is needed.

Angular router: how to pass data to lazy loading module?

I have the following routing paths for a module of my Angular app: @NgModule({ imports: [ RouterModule.forChild([ { path: 'documents', data: { …

angular lazy-loading angular-routing angular-module angular-router
Hibernate lazy loading in detached objects

I have created a class in which I have set some of it's fields (other entities) to be LAZY loaded. …

java hibernate lazy-loading
EF: Lazy loading, eager loading, and "enumerating the enumerable"

I find I'm confused about lazy loading, etc. First, are these two statements equivalent: (1) Lazy loading: _flaggedDates = context.FlaggedDates.Include("…

entity-framework entity-framework-4 lazy-loading eager-loading
Doctrine2 (Doctrine 2.1) eager loading in Symfony2

Let's say I have two entities in my Symfony2 project : Category and Article (a category having many articles). In my …

symfony doctrine doctrine-orm lazy-loading
JPA lazy at simple byte[] field level

Unfortunately the code below does not work. Image is always retrieved! @Entity public Car implements Serializable { ... @Basic(fetch = FetchType.LAZY) //…

hibernate jpa nhibernate-mapping lazy-loading jpa-2.0
Why does the entity framework need an ICollection for lazy loading?

I want to write a rich domain class such as public class Product { public IEnumerable<Photo> Photos {get; …

entity-framework domain-driven-design lazy-loading
Lazy Load + Isotope

I've spent considerable amount of time trying to get isotope and lazy loading working together. The issue: lazy loading works …

lazy-loading jquery-isotope
How to include all underlying navigation properties automatically with entity framework

Scenario: I'd like to add an entity to the database that would have navigation properties and that entity has navigation …

c# entity-framework lazy-loading navigation-properties
Searching for a Lazy Loading jQuery Slideshow or: hacking cross-slide

I am trying to get a jquery slideshow to display images from flickr, fading and scrolling. Everything works fine, except …

javascript jquery jquery-plugins lazy-loading slideshow
EF Code First Lazy loading Not Working

I am using code first with EF6 but cannot seem to get lazy loading to work. Eager loading is working …

c# entity-framework lazy-loading