In JPA 2.0+ you can use @JoinColumn as a way to avoid to generate joined table. Try it. @OneToMany @JoinColumn(name="COLUMN_NAME").
確定! 回上一頁