public abstract class AbstractJPQLQueryHelper
extends java.lang.Object
getResultType()
;getParameterType(String)
.#buildContentAssistItems(int)
.Modifier and Type | Method and Description |
---|---|
void |
setJPQLExpression(JPQLExpression jpqlExpression)
Sets
|
void |
validate(Expression expression,
java.util.List<JPQLQueryProblem> problems)
Validates the query by introspecting it grammatically and semantically.
|
void |
validateGrammar(Expression expression,
java.util.List<JPQLQueryProblem> problems)
Validates the query by only introspecting it grammatically.
|
void |
validateSemantic(Expression expression,
java.util.List<JPQLQueryProblem> problems)
Validates the query by only introspecting it semantically.
|
public final void setJPQLExpression(JPQLExpression jpqlExpression)
jpqlExpression
- public void validate(Expression expression, java.util.List<JPQLQueryProblem> problems)
jpqlExpression
- The parsed tree representation of the queryproblems
- A non-null
list that will be used to store the problems
if any was foundpublic void validateGrammar(Expression expression, java.util.List<JPQLQueryProblem> problems)
expression
- The parsed tree representation of the queryproblems
- A non-null
list that will be used to store the problems
if any was foundpublic void validateSemantic(Expression expression, java.util.List<JPQLQueryProblem> problems)
expression
- The parsed tree representation of the queryproblems
- A non-null
list that will be used to store the problems
if any was foundEclipseLink 2.3.2, "build v20111125-r10461" API Reference