| Package | Description |
|---|---|
| org.eclipse.persistence.jpa.jpql.parser |
This is the core of Hermes, this package contains the classes that can parse a JPQL query.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionExpressionFactory.ParameterCount |
FunctionExpression.getParameterCount()
Returns the number of parameters a
FunctionExpression can have, which will be during
validation. |
static FunctionExpressionFactory.ParameterCount |
FunctionExpressionFactory.ParameterCount.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunctionExpressionFactory.ParameterCount[] |
FunctionExpressionFactory.ParameterCount.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionExpressionFactory.setParameterCount(FunctionExpressionFactory.ParameterCount parameterCount)
Sets the number of parameters a
FunctionExpression can have, which will be during
validation. |
| Constructor and Description |
|---|
FunctionExpression(AbstractExpression parent,
String identifier,
FunctionExpressionFactory.ParameterCount parameterCount,
String parameterQueryBNFId)
Creates a new
FunctionExpression. |
FunctionExpressionFactory(String id,
FunctionExpressionFactory.ParameterCount parameterCount,
String parameterQueryBNFId,
String... identifiers)
Creates a new
FunctionExpressionFactory. |
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.