Interface RepositoryQuery
public interface RepositoryQuery
Interface for a query abstraction.
- Author:
- Oliver Gierke, Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionExecutes theRepositoryQuerywith the given parameters.Returns the relatedQueryMethod.
-
Method Details
-
execute
Executes theRepositoryQuerywith the given parameters.- Parameters:
parameters- must not be null.- Returns:
- execution result. Can be null.
-
getQueryMethod
QueryMethod getQueryMethod()Returns the relatedQueryMethod.- Returns:
- never null.
-