Advertisement
r1pp3rj4ck

Untitled

Feb 6th, 2012
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.31 KB | None | 0 0
  1. <many-to-many target-entity="Video" field="videos">
  2.     <join-table name="video_tag">
  3.         <join-columns>
  4.             <join-column name="tag_id"/>
  5.         </join-columns>
  6.         <inverse-join-columns>
  7.             <join-column name="video_id"/>
  8.         </inverse-join-columns>
  9.     </join-table>
  10. </many-to-many>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement