Package | Description |
---|---|
org.apache.metamodel.query |
API for querying
|
Modifier and Type | Class and Description |
---|---|
class |
FilterClause
Represents a clause of filters in the query.
|
class |
FromClause
Represents the FROM clause of a query containing FromItem's.
|
class |
GroupByClause
Represents the GROUP BY clause of a query that contains GroupByItem's.
|
class |
OrderByClause
Represents the ORDER BY clause of a query containing OrderByItem's.
|
class |
SelectClause
Represents the SELECT clause of a query containing SelectItems.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.