See: Description
| Interface | Description |
|---|---|
| PageableExecutionUtils.TotalSupplier |
Supplies the total count for a particular query.
|
| RepositoryInvocationInformation |
Meta-information about the methods a repository exposes.
|
| RepositoryInvoker |
API to invoke (CRUD) methods on Spring Data repository instances independently of the base interface they expose.
|
| RepositoryInvokerFactory |
Interface for a factory to create
RepositoryInvoker instances for repositories managing a particular domain
type. |
| Class | Description |
|---|---|
| DefaultRepositoryInvokerFactory |
Default implementation of
RepositoryInvokerFactory to inspect the requested repository type and create a
matching RepositoryInvoker that suits the repository best. |
| DomainClassConverter<T extends ConversionService & ConverterRegistry> |
Converter to convert arbitrary input into domain classes managed
by Spring Data CrudRepositorys. |
| DomainClassPropertyEditor<T,ID extends Serializable> |
Generic
PropertyEditor to map entities handled by a CrudRepository to their id's and vice versa. |
| DomainClassPropertyEditorRegistrar | Deprecated
use
DomainClassConverter instead, will be removed in 1.10 |
| PageableExecutionUtils |
Support for query execution using
Pageable. |
| Repositories |
Wrapper class to access repository instances obtained from a
ListableBeanFactory. |
| Exception | Description |
|---|---|
| QueryMethodParameterConversionException |
Exception to represent a failed attempt to convert a source value into a query method parameter.
|
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.