Spring Data Core

Uses of Interface
org.springframework.data.repository.core.CrudInvoker

Packages that use CrudInvoker
org.springframework.data.repository.support Support classes for integration of the repository programming model with 3rd party frameworks. 
 

Uses of CrudInvoker in org.springframework.data.repository.support
 

Methods in org.springframework.data.repository.support that return CrudInvoker
<T> CrudInvoker<T>
Repositories.getCrudInvoker(Class<T> domainClass)
           
 

Constructors in org.springframework.data.repository.support with parameters of type CrudInvoker
DomainClassPropertyEditor(CrudInvoker<?> invoker, EntityInformation<T,ID> information, PropertyEditorRegistry registry)
          Creates a new DomainClassPropertyEditor for the given repository, EntityInformation and PropertyEditorRegistry.
 


Spring Data Core

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.