Interface RepositoryInvoker

All Superinterfaces:
RepositoryInvocationInformation
All Known Implementing Classes:
QuerydslRepositoryInvokerAdapter

public interface RepositoryInvoker extends RepositoryInvocationInformation
API to invoke (CRUD) methods on Spring Data repository instances independently of the base interface they expose. Clients should check the availability of the methods before invoking them by using the methods of RepositoryInvocationInformation.
Since:
1.10
Author:
Oliver Gierke