Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 Java EE 应用程序中使用 EclipseLink 2.1.0,并使用@BatchFetch. 现在我很好奇这个注释是否会改变获取模式,这意味着它是否会改变延迟/急切加载集使用fetch = FetchType.EAGER?
@BatchFetch
fetch = FetchType.EAGER
批处理独立于惰性/急切获取,并且仅控制获取引用对象的查询的行为方式,而不是何时发生。