Skip to content

Instantly share code, notes, and snippets.

@ls12styler
Created January 18, 2012 09:35
Show Gist options
  • Save ls12styler/1632168 to your computer and use it in GitHub Desktop.
Save ls12styler/1632168 to your computer and use it in GitHub Desktop.
* @ManyToMany(targetEntity="Contact")
* @JoinTable(name="contacts_lists",
* joinColumns={@JoinColumn(name="contact_id", referencedColumnName="id")},
* inverseJoinColumns{@JoinColumn(name="list_id", referencedColumnName="id")}
* )
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment