Guest User

Untitled

a guest
Dec 13th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. @OneToMany(mappedBy="film")
  2. private List<Role> distribution = new ArrayList<Role>();
  3. @OneToOne(mappedBy="nom")
  4. private List<Personne> realisateurs = new ArrayList<Personne>();
  5. @OneToMany(mappedBy="nom")
  6. private List<Societe> production = new ArrayList<Societe>();
Add Comment
Please, Sign In to add comment