Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <join table="USR_GROUP" fetch="join" optional="true">
  2. <key property-ref="nonprimary">
  3. <column name="NAME" />
  4. </key>
  5. <many-to-one name="UserGroup" column="USERGROUP" formula="ROLE_ID"
  6. class="someclass" entity-name="someclass"
  7. not-null="true">
  8.  
  9. </many-to-one>
  10. </join
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement