I am receiving the following Hibernate Exception:
@OneToOne or @ManyToOne on Matchup.awayTeam references an unknown entity: Team
The simplified
Along with entry in hibernate.cfg.xml, you'll need @Entity annotation on referenced class.
@Entity