Consider the entities below -
class Team { private String name; @OneToMany private Set employees; } class Employee { private