一端(Author)使用@OneToMany注释的mappedBy="author"属性表明Author是关系被维护端。 多端(Article)使用@ManyToOne和@JoinColumn来注释属性author,@ ...
確定! 回上一頁