Top "Lazy-loading" questions

object until the point at which it is needed.

How to convert a Hibernate proxy to a real entity object

During a Hibernate Session, I am loading some objects and some of them are loaded as proxies due to lazy …

java hibernate jpa proxy lazy-loading
Entity Framework: How to disable lazy loading for specific query?

Is there any way to disable lazy loading for specific query on Entity Framework 6? I want to use it regularly, …

c# entity-framework lazy-loading
Disable lazy loading by default in Entity Framework 4

It seems that lazy loading is enabled by default in EF4. At least, in my project, I can see that …

entity-framework lazy-loading entity-framework-4
Generate a routing module while creating a module in angular-cli

I recently started implementing lazy loading in my application. I was wondering whether there is any way to create a …

angular lazy-loading angular-cli
Angular2 lazy loading module error 'cannot find module'

I was trying to find any solution for this error but nothing works for me. I have simple Angular2 App …

angular module lazy-loading
What is Lazy Loading?

What is Lazy Loading? [Edit after reading a few answers] Why do people use this term so often? Say you …

data-binding lazy-loading
AngularJS: lazy loading controllers and content

In this simplified scenario, I have two files: index.htm, lazy.htm. index.htm: var myApp = angular.module('myApp', []); myApp.…

javascript jquery angularjs lazy-loading controllers
Hibernate XML Mapping: Lazy False or Fetch Select?

I have a simple question. I found this Hibernate config on our project: <many-to-one name="employee" class="com.myapp.…

hibernate mapping lazy-loading
Why is Hibernate Open Session in View considered a bad practice?

And what kind of alternative strategies do you use for avoiding LazyLoadExceptions? I do understand that open session in view …

java hibernate jpa lazy-loading open-session-in-view
Lazy Loading BrowserModule has already been loaded

I am trying to implement lazy loading but getting error as following ** ERROR Error: Uncaught (in promise): Error: BrowserModule has …

angular typescript angular2-routing lazy-loading angular2-modules