I have two SQLSubQuery objects that I want to use together in a union. There is a union() method on SQLSubQuery, but calling it doesn't work as expected. My ultimate goal is, from a JPAQuery, to run ...