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.
我正在尝试在 OneToMany 映射集集合上使用 @Fetch(FetchMode.SUBSELECT) 。但是当我运行一个测试程序时,它仍然会产生很多查询。可能是什么原因?
感谢和问候阿拉文德
启用“子选择”后,它将创建两个选择语句。
请把你的代码放在这里看看你在做什么:)