Hibernate USES CGLIB proxy to implement lazy association fetching only for non-final classes.
Hibernate只会针对非final的类使用CGLIB代理来实现延时关联获取。
GDS supports both proxy (single-valued association) and lazy fetching for collections.
GDS既支持代理(单值关联关系),也为集合支持懒抓取。
Lazy fetching should almost always be used as your default association-fetching strategy.
在大多数情况下,应该使用惰性抓取作为默认的关联抓取策略。
Lazy fetching should almost always be used as your default association-fetching strategy.
在大多数情况下,应该使用惰性抓取作为默认的关联抓取策略。
应用推荐