| 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(EmptyCollectionComparisonExpressionStateObject stateObject)
Visits the given
EmptyCollectionComparisonExpressionStateObject. |
void |
AbstractActualJPQLQueryFormatter.visit(EmptyCollectionComparisonExpressionStateObject stateObject)
Visits the given
EmptyCollectionComparisonExpressionStateObject. |
| Modifier and Type | Method and Description |
|---|---|
EmptyCollectionComparisonExpressionStateObject |
EmptyCollectionComparisonExpressionStateObject.addNot()
Makes sure the
NOT identifier is specified. |
| Modifier and Type | Method and Description |
|---|---|
void |
StateObjectVisitor.visit(EmptyCollectionComparisonExpressionStateObject stateObject)
Visits the given
EmptyCollectionComparisonExpressionStateObject. |
void |
AnonymousStateObjectVisitor.visit(EmptyCollectionComparisonExpressionStateObject stateObject)
Visits the given
EmptyCollectionComparisonExpressionStateObject. |
void |
AbstractStateObjectVisitor.visit(EmptyCollectionComparisonExpressionStateObject stateObject)
Visits the given
EmptyCollectionComparisonExpressionStateObject. |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.