@Entity public class ParentAccount { @Id @GeneratedValue private long id; private String name; @OneToMany(fetch = FetchType.
確定! 回上一頁