Lazy load is an implementation of design pattern proxy. Here it is used to reduce memory consumation when we load collection of object.
For example when we have two relational class Impiegato and Dipartimento
Leggi tutto... (http://blog.intelly-net.com/java/Hibernate/lazy-loading-with-hibernate.html)
↧