Quantcast
Channel: Spring Community Forums - Data
Viewing all articles
Browse latest Browse all 297

performance of pagination methods?

$
0
0
Hi,
I would just like to know what happens behind the scenes when a method like
Page<T> findAll(Pageable pageable) gets called?

if hibernate is used ... in the end what kind of sql gets produced? does the database get hit on each call of
"findAll(Pageable pageable)"?

Jack

Viewing all articles
Browse latest Browse all 297

Trending Articles