Skip to content

Instantly share code, notes, and snippets.

@bmchild
Created September 14, 2012 13:08
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 bmchild/3721816 to your computer and use it in GitHub Desktop.
Save bmchild/3721816 to your computer and use it in GitHub Desktop.
@ElementCollection
@CollectionTable(name = "my_other_table", joinColumns = @JoinColumn(name = "fk_column"))
@Column(name = "my_column")
private List<String> strings;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment