| Package | Description |
|---|---|
| org.eclipse.persistence.jpa.jpql.tools |
| Modifier and Type | Field and Description |
|---|---|
protected AbstractContentAssistVisitor.AppendableType |
AbstractContentAssistVisitor.AppendableExpressionVisitor.appendableType
The type of the JPQL identifiers can can be possible proposals.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractContentAssistVisitor.AppendableType |
AbstractContentAssistVisitor.AppendableType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractContentAssistVisitor.AppendableType[] |
AbstractContentAssistVisitor.AppendableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AbstractContentAssistVisitor.isAppendable(Expression expression,
AbstractContentAssistVisitor.AppendableType appendableType)
Determines whether a certain type of JPQL identifiers can be appended to the JPQL query based
on the given
Expression. |
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.