Hibernate @ManyToOne references an unknown entity

前端 未结 12 1460
名媛妹妹
名媛妹妹 2021-01-03 17:54

I am receiving the following Hibernate Exception:

@OneToOne or @ManyToOne on Matchup.awayTeam references an unknown entity: Team

The simplified

12条回答
  •  春和景丽
    2021-01-03 18:00

    I figured out the problem: I was not adding class Team to the Hibernate AnnotationConfiguration object. Thus, Hibernate was not recognizing the class.

提交回复
热议问题