Guest User

Untitled

a guest
Mar 20th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. query selectCommoditiesByOwner {
  2. description: "Select all commodities based on their owner"
  3. statement:
  4. SELECT org.acme.biznet.Commodity
  5. WHERE (owner == _$owner)
  6. }
Add Comment
Please, Sign In to add comment