Uses of Interface
org.eclipse.persistence.jpa.jpql.JPQLQueryProblem
-
Packages that use JPQLQueryProblem Package Description org.eclipse.persistence.jpa.jpql This package contains the Hermes features (except the parser itself): semantic and grammatical validations, content assist support, calculating the query result type or the possible type of an input parameter, refactoring tools. -
-
Uses of JPQLQueryProblem in org.eclipse.persistence.jpa.jpql
Methods in org.eclipse.persistence.jpa.jpql that return JPQLQueryProblem Modifier and Type Method Description protected JPQLQueryProblemAbstractValidator. buildProblem(Expression expression, int startPosition, int endPosition, String messageKey, String... messageArguments)Creates a new validation problem that was found in the givenExpression.Method parameters in org.eclipse.persistence.jpa.jpql with type arguments of type JPQLQueryProblem Modifier and Type Method Description voidAbstractValidator. setProblems(Collection<JPQLQueryProblem> problems)Sets the collection that will be used to storeproblemsthis validator will find in the JPQL query.
-