I've got a "Team has many Players" example on
Hibernate Tutorials Website that shows the basics of a one to many or many to one relationship mapped in Hibernate with JPA annotations:
That demonstrates a simple relationship. Just apply the corresponding Team and Player values to your scenario, and you'll have it mapped!
Example of Mapping One To Many Associations with Hibernate and JPA Annotations
-Cameron McKenzie