Element collection is not lazy loading data

前端 未结 0 1553
悲哀的现实
悲哀的现实 2021-02-04 02:52

I have my object with element collection lists:

public class AppUser {
   
    @ElementCollection(fetch = FetchType.LAZY)
    private Set appsAndGames         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题