@Entity public class Member { private String name; @ManyToOne(fetch = FetchType.LAZY) // LAZY @JoinColumn(name = "TEAM_ID") private Team ...
確定! 回上一頁