Uses of Interface
org.eclipse.persistence.jpa.jpql.tools.model.Problem
-
Packages that use Problem Package Description org.eclipse.persistence.jpa.jpql.tools.model The classes defined in this package define the state model API, a state model can be used to manually or programmatically create and edit a JPQL query.org.eclipse.persistence.jpa.jpql.tools.model.query This package contains theStateObjectclasses that represents a JPQL query. -
-
Uses of Problem in org.eclipse.persistence.jpa.jpql.tools.model
Classes in org.eclipse.persistence.jpa.jpql.tools.model that implement Problem Modifier and Type Class Description classDefaultProblemThe default implementation ofProblem. -
Uses of Problem in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return Problem Modifier and Type Method Description protected ProblemAbstractStateObject. buildProblem(String messageKey)Creates a newProblemdescribing a single issue found with the information contained in thisStateObject.protected ProblemAbstractStateObject. buildProblem(String messageKey, String... arguments)Creates a newProblemdescribing a single issue found with the information contained in thisStateObject.Method parameters in org.eclipse.persistence.jpa.jpql.tools.model.query with type arguments of type Problem Modifier and Type Method Description protected voidAbstractFromClauseStateObject. addProblems(List<Problem> currentProblems)protected voidAbstractRangeVariableDeclarationStateObject. addProblems(List<Problem> problems)protected voidAbstractStateObject. addProblems(List<Problem> problems)Adds to the given list the problems that were found with the current state of thisStateObject, which means there are validation issues.protected voidCaseExpressionStateObject. addProblems(List<Problem> problems)protected voidEntityTypeLiteralStateObject. addProblems(List<Problem> problems)protected voidIdentificationVariableStateObject. addProblems(List<Problem> problems)protected voidObjectExpressionStateObject. addProblems(List<Problem> problems)protected voidWhenClauseStateObject. addProblems(List<Problem> problems)
-