Questions tagged as 'lazy-loading'

1
answer

Querry Lazy Loading on EF Code First

Is it possible to create a querry lazy loading using a DbContext that is doing Eager Loading? Is there any way I can specify that Company company = db.Comanies.Find(id); Does not this command have to bring the entities related to it?...
asked by 11.06.2018 / 17:11
0
answers

JPA + EclipseLink - Lazy Loading with EntityManager closed

I'm using EclipseLink as a JPA provider in a Java SE project. I have already set up weaving correctly to allow Lazy Loading. Unlike Hibernate (which launches LazyInitializationException), EclipseLink can get the proxy of a LAZY relationship,...
asked by 19.09.2015 / 01:18
2
answers

ocLazyLoad to load controllers from a SPA AngularJS

Hello, community! I wonder if it's a good idea to use ocLazyLoad to load the controllers of an application (Single Page Application - SPA) from AngularJS . I'm using UI Router instead of ngRoute . The code I have works perfectly...
asked by 13.11.2016 / 01:13
0
answers

Lazy loading can not find my module in angle

This is trying to do lazy loading but is returning that my module is not found. My main app.routing.ts: import { NgModule } from '@angular/core'; import { Routes, RouterModule } from '@angular/router'; import { LoginComponent } from './co...
asked by 11.07.2018 / 03:34
0
answers

LazyDataModel Generic on the Facade

Well my question is about some tests I'm doing (studying) JSF and Generics, come on: I would like to know how dangerous (if there is such a possibility) or how wrong / right my idea below might be valid, I happen to like to create a LazyDa...
asked by 18.02.2018 / 03:33
1
answer

Problems with Lazy Load angular 5

Error adding lazy loading Any help is welcome because I'm new to the angle. Do I need to set up any files for this to work? app.module.ts import { BrowserModule } from '@angular/platform-browser'; import { NgModule, LOCALE_ID }...
asked by 01.12.2017 / 21:26
1
answer

Lazy Load triggering only via scroll, not when requested

I'm having a gallery page in shadow box with a code of lazy load "working" on the images that appear within shadow box ( preload loads everything except the images from within shadow box are with lazy load...
asked by 17.08.2017 / 04:25