Package | Description |
---|---|
org.apache.metamodel.query |
API for querying
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractQueryClause<E extends QueryItem>
Represents an abstract clause in a query.
|
Modifier and Type | Class and Description |
---|---|
class |
FilterItem
Represents a filter in a query that resides either within a WHERE clause or a
HAVING clause
|
class |
FromItem
Represents a FROM item.
|
class |
GroupByItem
Represents a GROUP BY item.
|
class |
OrderByItem
Represents an ORDER BY item.
|
class |
SelectItem
Represents a SELECT item.
|
Modifier and Type | Method and Description |
---|---|
QueryItem |
QueryItem.setQuery(Query query) |
QueryItem |
FromItem.setQuery(Query query) |
Modifier and Type | Method and Description |
---|---|
QueryClause<E> |
AbstractQueryClause.addItems(E... items) |
QueryClause<E> |
AbstractQueryClause.setItems(E... items) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.