Skip to content

Instantly share code, notes, and snippets.

@nemo83
Last active December 15, 2015 14:39
Show Gist options
  • Save nemo83/5276311 to your computer and use it in GitHub Desktop.
Save nemo83/5276311 to your computer and use it in GitHub Desktop.
@Entity
public class Employee {
@Id
private long id;
...
@OneToMany
private List<ProjectAssociation> projects;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment