Interface QueryService
- All Known Subinterfaces:
InternalQueryService
public interface QueryService
Provides generic/pluggable query functionality.
-
Method Details
-
query
Executes a query with the kernel and delivers the result.- Type Parameters:
T
- The query/result type.- Parameters:
query
- The query/parameter object.- Returns:
- The query result.
-