Advertisement
Guest User

Untitled

a guest
Aug 27th, 2014
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <many-to-one
  2. name="theMaxSetting"
  3. class="myPath.domain.Setting"
  4. formula="(select MAX(s.SETTING_ID) from setting s where s.profile_id = PROFILE_ID)"
  5. />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement