| Package | Description |
|---|---|
| org.eclipse.persistence.jpa.jpql.tools.model |
The classes defined in this package define the state model API, a state model can be used to
manually or programmatically create and edit a JPQL query.
|
| org.eclipse.persistence.jpa.jpql.tools.model.query |
This package contains the
StateObject classes that represents a JPQL query. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJPQLQueryFormatter.visit(GroupByClauseStateObject stateObject)
Visits the given
GroupByClauseStateObject. |
void |
AbstractActualJPQLQueryFormatter.visit(GroupByClauseStateObject stateObject)
Visits the given
GroupByClauseStateObject. |
| Modifier and Type | Method and Description |
|---|---|
GroupByClauseStateObject |
AbstractSelectStatementStateObject.addGroupByClause()
Adds the
GROUP BY clause. |
GroupByClauseStateObject |
AbstractSelectStatementStateObject.addGroupByClause(String jpqlFragment)
Adds the
GROUP BY clause and parses the given JPQL fragment. |
GroupByClauseStateObject |
AbstractSelectStatementStateObject.getGroupByClause()
Returns the state object representing the
GROUP BY clause. |
| Modifier and Type | Method and Description |
|---|---|
void |
StateObjectVisitor.visit(GroupByClauseStateObject stateObject)
Visits the given
GroupByClauseStateObject. |
void |
AnonymousStateObjectVisitor.visit(GroupByClauseStateObject stateObject)
Visits the given
GroupByClauseStateObject. |
void |
AbstractStateObjectVisitor.visit(GroupByClauseStateObject stateObject)
Visits the given
GroupByClauseStateObject. |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.