On 10 February 2017 at 20:59, Aaron Loyd <[email protected]> wrote:

> i will work on a test case.  It would essentially be a bunch of threads all 
> doing:
>
> JDOQLTypedQuery<some_table> tq = pm.newJDOQLTypedQuery(some_table.class);
> Qsome_table candidate = Qsome_table.candidate();
> List<some_table> results = 
> tq.filter(candidate.some_id.eq(an_id)).executeList();
>
>
>
> That would be useful. Preferably minus the JDO stuff.

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to