| Package | Description |
|---|---|
| org.springframework.data.domain |
Central domain abstractions especially to be used in combination with the
Repository abstraction. |
| org.springframework.data.domain.jaxb |
Central domain abstractions especially to be used in combination with the
Repository abstraction. |
| org.springframework.data.querydsl |
Querydsl integration support classes.
|
| org.springframework.data.repository |
Central interfaces for repository abstraction.
|
| org.springframework.data.repository.history |
API for repositories using historiography.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PageImpl<T>
Basic
Page implementation. |
| Modifier and Type | Method and Description |
|---|---|
Page<Object> |
PageAdapter.unmarshal(SpringDataJaxb.PageDto v) |
| Modifier and Type | Method and Description |
|---|---|
protected List<org.springframework.hateoas.Link> |
PageAdapter.getLinks(Page<?> source)
Return additional links that shall be added to the
SpringDataJaxb.PageDto. |
SpringDataJaxb.PageDto |
PageAdapter.marshal(Page<Object> source) |
| Modifier and Type | Method and Description |
|---|---|
Page<T> |
QueryDslPredicateExecutor.findAll(com.mysema.query.types.Predicate predicate,
Pageable pageable)
Returns a
Page of entities matching the given Predicate. |
| Modifier and Type | Method and Description |
|---|---|
Page<T> |
PagingAndSortingRepository.findAll(Pageable pageable)
Returns a
Page of entities meeting the paging restriction provided in the Pageable object. |
| Modifier and Type | Method and Description |
|---|---|
Page<Revision<N,T>> |
RevisionRepository.findRevisions(ID id,
Pageable pageable)
Returns a
Page of revisions for the entity with the given id. |
Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.