| Package | Description |
|---|---|
| org.springframework.data.repository.support |
Support classes for integration of the repository programming model with 3rd party frameworks.
|
| Modifier and Type | Method and Description |
|---|---|
<T> CrudInvoker<T> |
Repositories.getCrudInvoker(Class<T> domainClass) |
| Constructor and Description |
|---|
DomainClassPropertyEditor(CrudInvoker<?> invoker,
EntityInformation<T,ID> information,
PropertyEditorRegistry registry)
Creates a new
DomainClassPropertyEditor for the given repository, EntityInformation and
PropertyEditorRegistry. |
Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.