Top "Lazy-loading" questions

object until the point at which it is needed.

Hibernate Many-to-one lazy loading is not working

I have a class and 2 many-to-one mappings in it , How can I lazy load them My properties **teneo.mapping.also_…

hibernate proxy lazy-loading many-to-one
React Native How to LazyLoad image

I have a listview where i want to show image on each row and I don't want to show whole 25 …

image reactjs react-native lazy-loading reactjs-flux
Hibernate ManyToOne with FetchType.LAZY not fetching lazy

I am using Hibernate with spring. I have a model-class like this. @Entity @Table(name = "forumtopic") public final class Forumtopic …

hibernate spring maven-2 lazy-loading many-to-one
How to handle "image corrupt or truncated" in firefox

PLUGIN I am using a jQuery plugi called lazyload. What this does is lazy load images - meaning it does …

jquery image firefox lazy-loading jquery-lazyload
Redis pagination strategy for infinite scrolling page

TL;DR: which of the three options below is the most efficient for paginating with Redis? I'm implementing a website …

pagination redis language-agnostic lazy-loading
Lazy Load VS infinite scrolling

I thought Lazy Loading and infinite scrolling are same things, But today I heard that these are two different things. …

jquery lazy-loading infinite-scroll
Lazy module variables--can it be done?

I'm trying to find a way to lazily load a module-level variable. Specifically, I've written a tiny Python library to …

python module variables lazy-loading itunes
Entity Framework - what's the difference between using Include/eager loading and lazy loading?

I've been trying to familiarize myself with the Entity Framework. Most of it seems straight forward, but I'm a bit …

entity-framework lazy-loading eager-loading
C++ const getter method with lazy initialization

What is the proper way to implement a getter method for a lazily-initialized member variable and maintain const-correctness? That is, …

c++ constants lazy-loading
p:dataTable selections are lost after paginating a LazyDataModel

My problem is that after I've selected a few items on the 1st page, if I paginate to another page …

jsf-2 primefaces datatable pagination lazy-loading