| Package | Description |
|---|---|
| org.springframework.data.repository |
Central interfaces for repository abstraction.
|
| org.springframework.data.repository.support |
Support classes for integration of the repository programming model with 3rd party frameworks.
|
| Modifier and Type | Interface and Description |
|---|---|
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 | Method and Description |
|---|---|
<T,S extends Serializable> |
Repositories.getRepositoryFor(Class<?> domainClass)
Returns the repository managing the given domain class.
|
| Constructor and Description |
|---|
DomainClassPropertyEditor(CrudRepository<T,ID> repository,
EntityInformation<T,ID> information,
PropertyEditorRegistry registry)
Creates a new
DomainClassPropertyEditor for the given CrudRepository, EntityInformation and
PropertyEditorRegistry. |
Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.