Skip to content

Instantly share code, notes, and snippets.

@edermfl
Created March 3, 2017 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edermfl/7b67d9817e232a7703d3a6ac454acd66 to your computer and use it in GitHub Desktop.
Save edermfl/7b67d9817e232a7703d3a6ac454acd66 to your computer and use it in GitHub Desktop.
@OneToMany(cascade = CascadeType.ALL, mappedBy = "usuario")
private List<PapelAssociado> papeis;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment