Guest User

Untitled

a guest
Jan 20th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. select a from Aa a left outer join a.bbs b where b.ccs.foo = :foo
  2.  
  3. select a from Aa a left outer join a.bbs b join b.ccs c where c.foo = :foo
Add Comment
Please, Sign In to add comment