Closed odwrotnie closed 11 years ago
Use where (entity isNotNull).
val navigator = paginatedQuery {
(user: User) =>
where (user isNotNull) select (user) orderBy (user.lastName)
}.navigator(10)
For the 1.4 version will be possible to use an empty where() too.
How do you paginate over all (no where clause) entities?