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