Ebean ORM findRowCount and PagedList

preview_player
Показать описание
A look at the SQL generated for Ebean's findRowCount query and how PagedList uses findFutureRowCount to enable the "total row count" and findList queries to execute in parallel.
Рекомендации по теме
Комментарии
Автор

This is a very interesting bit of information about findRowCount, especially the trick of the background thread, very nice indeed. Ebean is indeed a great library.

pedrorio