T - the type of data used to build the query@Role
@Unstable
public interface QueryBuilder<T>
Query from some data.| Modifier and Type | Method and Description |
|---|---|
Query |
build(T data)
Builds a query from the specified data.
|
Query build(T data) throws QueryException
data - the data used to build the queryQueryException - if building the query failsCopyright © 2004–2017 XWiki. All rights reserved.