@Role
public interface QueryExecutor
Query
Modifier and Type | Method and Description |
---|---|
<T> List<T> |
execute(Query query) |
<T> List<T> execute(Query query) throws QueryException
T
- expected type of elements in the result listquery
- query to executeQueryException
- if something goes wrongQuery.execute()
Copyright © 2004–2021 XWiki. All rights reserved.