Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Does Hibernate implement attribute-level lazy fetching?

0
Posted

Does Hibernate implement attribute-level lazy fetching?

0

Hibernate uses proxies generated at system initialization time to implement lazy fetching of associations. This is a basic feature of any ORM solution; Hibernates implementation has the advantage of not requiring any build-time processing – an essential feature for agile development. Hibernate also supports lazy fetching of any attribute via instance variable interception. This feature requires use of a build-time bytecode enhancer (an Ant task). We don’t believe that this feature is very useful in most applications and we have often shown that every use case can be implemented in a more elegant and robust way.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123