Can you explain what is lazy loading in hibernate?
Can you explain what is lazy loading in hibernate?
题目类型: 技术面试题
这是一道技术面试题,常见于澳洲IT公司面试中。
难度: easy
标签: interviewbit, hibernate, topic-specific, java, orm
参考答案摘要
Lazy loading is mainly used for improving the application performance by helping to load the child objects on demand. It is to be noted that, since Hibernate 3 version, this feature has been enabled b...
本题提供 STAR 原则详细解答和技术解析,登录匠人学院学习中心即可查看完整答案。