Skip to content

simasch/spring-data-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Data Paging

Be careful: if you don't need the total number of elements, you shouldn't use Page as the return type. Spring Data performs two queries: one to count and one to fetch when Page is returned. Instead, you can use Slice.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages