Uses of Class
org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionFactory.ParameterCount
-
Packages that use FunctionExpressionFactory.ParameterCount 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. -
-
Uses of FunctionExpressionFactory.ParameterCount in org.eclipse.persistence.jpa.jpql.parser
Methods in org.eclipse.persistence.jpa.jpql.parser that return FunctionExpressionFactory.ParameterCount Modifier and Type Method Description FunctionExpressionFactory.ParameterCountFunctionExpression. getParameterCount()Returns the number of parameters aFunctionExpressioncan have, which will be during validation.static FunctionExpressionFactory.ParameterCountFunctionExpressionFactory.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.Methods in org.eclipse.persistence.jpa.jpql.parser with parameters of type FunctionExpressionFactory.ParameterCount Modifier and Type Method Description voidFunctionExpressionFactory. setParameterCount(FunctionExpressionFactory.ParameterCount parameterCount)Sets the number of parameters aFunctionExpressioncan have, which will be during validation.Constructors in org.eclipse.persistence.jpa.jpql.parser with parameters of type FunctionExpressionFactory.ParameterCount Constructor Description FunctionExpression(AbstractExpression parent, String identifier, FunctionExpressionFactory.ParameterCount parameterCount, String parameterQueryBNFId)Creates a newFunctionExpression.FunctionExpressionFactory(String id, FunctionExpressionFactory.ParameterCount parameterCount, String parameterQueryBNFId, String... identifiers)Creates a newFunctionExpressionFactory.
-