Spring Data Core

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

Packages that use Slice
org.springframework.data.domain Central domain abstractions especially to be used in combination with the Repository abstraction. 
org.springframework.data.geo Value types representing geo-spatial concepts. 
 

Uses of Slice in org.springframework.data.domain
 

Subinterfaces of Slice in org.springframework.data.domain
 interface Page<T>
          A page is a sublist of a list of objects.
 

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

Uses of Slice in org.springframework.data.geo
 

Classes in org.springframework.data.geo that implement Slice
 class GeoPage<T>
          Custom Page to carry the average distance retrieved from the GeoResults the GeoPage is set up from.
 


Spring Data Core

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.