users@glassfish.java.net

JPAQueryBuilder: Building JPA query in runtime

From: Witold Szczerba <pljosh.mail_at_gmail.com>
Date: Tue, 15 Apr 2008 11:32:05 +0200

Hi there,
I would like to know what do you think about the library I wrote and
use at work for many months now. In my company, we use it quite often
as it makes lot of things easier.
The only bad thing is that current JPA spec. does not provide a
possibility to compile such a query once by database and then reuse
it, so when used - database has to compile it every time. However in
many cases it does cost very little or not at all.

https://jpaquerybuilder.dev.java.net/

Regards,
Witold Szczerba