@GwtCompatible public final class GenericQuery extends Query<java.lang.Object>
Query
concrete class
An instance can only be obtained by using the helper class GenericQuery.GenericBuilder
Query
Modifier and Type | Class and Description |
---|---|
static class |
GenericQuery.GenericBuilder
A class for incrementally build a
GenericQuery . |
Query.Builder<T>
LOCAL_PART, QNAME, XML_ROOT_ELEMENT
Modifier and Type | Method and Description |
---|---|
static QueryBuilder.Selecting<java.lang.Object> |
builder()
Obtain a new
GenericQuery.GenericBuilder to assist in the construction
of a new Query object. |
static Query.Builder<java.lang.Object> |
builder(Query<java.lang.Object> query)
Obtains a new
GenericQuery.GenericBuilder with default values based on the given
Query to assist in the construction of a new Query object. |
Criteria |
getCriteria()
Gets the
Criteria |
protected void |
setCriteria(Criteria criteria)
Sets the
Criteria |
equals, getColumnIgnoreCase, getPagingInfo, getProjection, hashCode, hasSearch, hasSort, isGrouping, isProjection, multilineToString, toString, toStringMultiline
public Criteria getCriteria()
Query
Criteria
getCriteria
in class Query<java.lang.Object>
Criteria
protected void setCriteria(Criteria criteria)
Query
Criteria
setCriteria
in class Query<java.lang.Object>
criteria
- the Criteria
public static QueryBuilder.Selecting<java.lang.Object> builder()
GenericQuery.GenericBuilder
to assist in the construction
of a new Query
object.QueryBuilder.Selecting
public static Query.Builder<java.lang.Object> builder(Query<java.lang.Object> query)
GenericQuery.GenericBuilder
with default values based on the given
Query
to assist in the construction of a new Query
object.Copyright © 2003-2024 Appian Corporation. All Rights Reserved.