Top "Lazy-loading" questions

object until the point at which it is needed.

Hibernate: one-to-one lazy loading, optional = false

I faced the problem that one-to-one lazy loading doesn't work in hibernate. I've already solved it, but still don't properly …

hibernate jpa lazy-loading one-to-one
jQuery Infinite Scrolling/Lazy Loading

I'm currently redesigning my website and have been looking into using JavaScript and jQuery. Here is what I have so …

javascript jquery scroll lazy-loading infinite
EXCEPTION: Uncaught (in promise): Error: Cannot find module 'app/home/home.module'

I'm trying to lazy load Angular 2 modules with the router, and I'm having this error: error_handler.js:50 EXCEPTION: Uncaught (…

angular lazy-loading angular2-routing angular-cli webpack-dev-server
How to trigger an on scroll event without scrolling

my Question is, how can i trigger (simulate or something esle) an on scroll event. In my special case I …

javascript jquery google-chrome-devtools lazy-loading linkedin
Entity Framework Code First Lazy Loading

I am having two object classes public class User { public Guid Id { get; set; } public string Name { get; set; } // Navigation …

c# entity-framework entity-framework-4 ef-code-first lazy-loading
Using Glide for Android, how do I load images from asset and resources?

I want to keep all the transformation, stoke and animations identical and was thinking if we can pass resource ID …

android lazy-loading android-glide
Spring, Hibernate, Blob lazy loading

I need help with lazy blob loading in Hibernate. I have in my web application these servers and frameworks: MySQL, …

java mysql hibernate lazy-loading blob
Combining LazyLoad and Jquery Masonry

I have been trying to piece together masonry and moo tools lazyload however they both dont seem to go very …

jquery jquery-masonry lazy-loading
Best way to achieve @Autowired @Lazy @Components via annotations?

Is there a way to have @Lazy loading @Components that are still @Autowired in a factory via annotations? The problem …

java spring lazy-loading
Lazy load images in UITableViewCell

I have some 50 custom cells in my UITableView. I want to display an image and a label in the cells …

iphone cocoa-touch uitableview image lazy-loading