Spring Data Commmons

Uses of Interface
org.springframework.data.domain.Page

Packages that use Page
org.springframework.data.domain Central domain abstractions especially to be used in combination with the Repository abstraction. 
org.springframework.data.repository Central interfaces for repository abstraction. 
 

Uses of Page in org.springframework.data.domain
 

Classes in org.springframework.data.domain that implement Page
 class PageImpl<T>
          Basic Page implementation.
 

Uses of Page in org.springframework.data.repository
 

Methods in org.springframework.data.repository that return Page
 Page<T> PagingAndSortingRepository.findAll(Pageable pageable)
          Returns a Page of entities meeting the paging restriction provided in the Pageable object.
 


Spring Data Commmons

Copyright © 2011. All Rights Reserved.