Are you really asking for subqueries in the FROM clause, or as part of the WHERE clause? JPA and OpenJPA support subqueries in the WHERE clause, but not in the FROM clause.
Kevin On Thu, Mar 7, 2013 at 2:52 AM, Michael Thornton <[email protected]>wrote: > Hi, > > We are also interested in "Support for subqueries in the |FROM | clause > will > be considered in a > later release of the specification." > > I note that this post was in 2008 so I assume that it is not a high > priority, is anyone aware of whether openJPA is considering implementing > this and if so when? > > Regards, > > Mike > Joel Pearson wrote > > Hi, > > > > Reading this url: > > > http://openjpa.apache.org/docs/latest/manual/jpa_langref.html#jpa_langref_subqueries > > > > Is the following paragraph: > > > > Support for subqueries in the |FROM | clause will be considered in a > > later release of the specification. > > > > Has this been considered yet? If so, which release are we likely to see > > this in? > > > > Cheers, > > > > -Joel > > > > -- > > > > Joel Pearson > > Software Engineer > > Agile Digital Engineering Pty Ltd > > A.B.N. 98 106 361 273 > > P: +61 1300-858-277 > > F: +61 1300-858-477 > > M: +61 (0) 405-417-843 > > E: > > > [email protected] > > > W: http://www.agiledigital.com.au > > > > > > -- > View this message in context: > http://openjpa.208410.n2.nabble.com/Subqueries-in-the-FROM-clause-tp217556p7583042.html > Sent from the OpenJPA Developers mailing list archive at Nabble.com. >
