Ruben's blog

Nothing to say

Derby 10.5 "OFFSET/FETCH" and JPA

| Comments

It seems that no current JPA implementation is able to paginate the result using Apache Derby 10.5 OFFSET/FETCH mechanism. So javax.persistence.Query setFirstResult and setMaxResults don’t really translate into proper pagination with “OFFSET/FETCH

Comments