private String email; @OneToOne(mappedBy = "user", fetch = FetchType.LAZY, cascade = CascadeType.ALL) private StudentProfile studentProfile;
確定! 回上一頁