| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Page<T>
A page is a sublist of a list of objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PageImpl<T>
Basic
Page implementation. |
class |
SliceImpl<T>
Default implementation of
Slice. |
| Modifier and Type | Method and Description |
|---|---|
<S> Slice<S> |
SliceImpl.map(Converter<? super T,? extends S> converter) |
<S> Slice<S> |
Slice.map(Converter<? super T,? extends S> converter)
|
| Modifier and Type | Class and Description |
|---|---|
class |
GeoPage<T>
|
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.