我有兩個具有多對多關係的實體。如何在ManyToMany中使用FetchType.LAZY? 類角色. : @ManyToMany(mappedBy = "roles") private Set<User> users = new HashSet<>();.
確定! 回上一頁