| Package | Description |
|---|---|
| org.springframework.data.repository |
Central interfaces for repository abstraction.
|
| org.springframework.data.repository.history |
API for repositories using historiography.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CrudRepository<T,ID extends Serializable>
Interface for generic CRUD operations on a repository for a specific type.
|
interface |
PagingAndSortingRepository<T,ID extends Serializable>
Extension of
CrudRepository to provide additional methods to retrieve entities using the pagination and
sorting abstraction. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RevisionRepository<T,ID extends Serializable,N extends Number & Comparable<N>>
A repository which can access entities held in a variety of
Revisions. |
Copyright © 2011-2015–2017 Pivotal Software, Inc.. All rights reserved.