Lazy Loading

Spring bean lazy init

Spring @Lazy Loaded Beans

Spring @Lazy allows lazy bean creation either to specific beans or we can configure the lazy loading globally at the application level.

Guide to Lazy Loading in Hibernate

Hibernate fetches data from the database either in eager or lazy mode. Lazy loading refers to a strategy when data is loaded on demand.

About Us

HowToDoInJava provides tutorials and how-to guides on Java and related technologies.

It also shares the best practices, algorithms & solutions and frequently asked interview questions.