dev@glassfish.java.net

javax.persistence.Query performance

From: Dmitry Mozheyko <mozheyko_d_at_mail.ru>
Date: Thu, 14 Dec 2006 21:28:55 +0300

Whether use methods:

javax.persistence.Query.setFirstResult(int) and
javax.persistence.Query.setMaxResults(int)

such RDBMS-featured as operators SELECT... OFFSET X LIMIT Y?

Their execution performance shows that is not present.

Whether realization of it even for separate RDBMS is possible?