Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. @Query("select new MyObject(a.property,
  2. (select b.property from b where a.property = b.aProperty)
  3. -
  4. (select c.property from c where a.property = c.aProperty))
  5. from a")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement