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
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