@Component @Named(value="query") @Singleton public class QueryManagerScriptService extends Object implements org.xwiki.script.service.ScriptService
| Constructor and Description |
|---|
QueryManagerScriptService() |
public Query xwql(String statement) throws QueryException
statement - the XWQL statement for the queryQueryException - if any errorspublic Query hql(String statement) throws QueryException
statement - the HQL statement for the queryQueryException - if any errorspublic Query createQuery(String statement, String language) throws QueryException
statement - the query statementlanguage - language of the query. Must be a supported language.QueryException - if language is not supportedCopyright © 2004–2016 XWiki. All rights reserved.