DISQUS

DISQUS Hello! Thinking inside a bigger box is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Jump to original thread »
Author

Hello Lazy Loading

Started by jhannes · 10 months ago

Due to popular demand, I will post a very short version of my Lazy Loading article:
Why?
Because this is bad:

Category category = dao.get(1);
Category parent = dao.get(category.parentId);
int sumChildValue = 0;
for (Long childId : parent.subcategoryIds% ... Continue reading »

0 comments

This thread has no comments yet.

Add New Comment

Returning? Login