@Role
public interface QueryExecutor
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–2016 XWiki. All rights reserved.