Top "Lazy-loading" questions

object until the point at which it is needed.

Thread-safe cache of one object in java

let's say we have a CountryList object in our application that should return the list of countries. The loading of …

java caching lazy-loading
AngularJS - load google map script async in directive for multiple maps

I am currently trying to load multiple google maps on a single page. I don't want to include google map …

angularjs google-maps lazy-loading directive
EF Core returns null relations until direct access

I have some models like those below: public class Mutant { public long Id { get; set; } ... // Relations public long OriginalCodeId { get; …

entity-framework-core lazy-loading eager-loading
failed to lazily initialize a collection of role: com.pojo.Student.phonenos, no session or session was closed

I am learning hibernate mapping using annotation. I have completed one section. I.e. I can insert child class automatically …

hibernate annotations lazy-loading one-to-many lazy-initialization
Lazy evaluation in Ruby

I have a situation for Ruby, where an object is possibly necessary to be created, but it is not sure. …

ruby lazy-loading lazy-evaluation
Why not to use Spring's OpenEntityManagerInViewFilter

While a lot of posts have been written on the subject of Spring's OpenSession/EntityManagerInViewFilter, I couldn't find any that …

hibernate spring lazy-loading
Lazy Loading HTML5 picture tag

I have been searching (unsuccessfully) for a reliable method to lazy load images while using the HTML5 spec for <…

javascript html image lazy-loading
Binding image lazy loading to new images inserted after ajax request

I'm using Mika Tuupola's Lazy Load plugin http://www.appelsiini.net/projects/lazyload to delay loading images as you scroll …

jquery ajax image lazy-loading infinite-scroll
infinite scroll with ember.js (lazy loading)

I have a view where there can be a large number of items for the user to scroll through and …

ember.js lazy-loading infinite-scroll ember-data
Difference between @LazyCollection(LazyCollectionOption.FALSE) and @OneToMany(fetch = FetchType.EAGER)

I have one doubt about "Lazy-loading". What's the difference between use of @LazyCollection(LazyCollectionOption.FALSE) and @OneToMany(fetch = FetchType.EAGER)? …

java hibernate jsf lazy-loading