| 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 |
|---|---|
<U> Slice<U> |
SliceImpl.map(Function<? super T,? extends U> converter) |
<U> Slice<U> |
Slice.map(Function<? super T,? extends U> converter)
|
| Modifier and Type | Class and Description |
|---|---|
class |
GeoPage<T>
|
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.