Uses of Class
org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
-
Packages that use AbstractExpressionVisitor 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.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 AbstractExpressionVisitor in org.eclipse.persistence.jpa.jpql
Subclasses of AbstractExpressionVisitor in org.eclipse.persistence.jpa.jpql Modifier and Type Class Description protected static classAbstractEclipseLinkSemanticValidator.TableExpressionVisitorprotected static classAbstractGrammarValidator.AbstractCollectionValidatorThis validate is responsible to validate the collection ofExpressions: Making sure they are all separated by a comma or by a space (depending on which one is required); Making sure it does not end with a comma; There is no empty expression between two commas.protected static classAbstractGrammarValidator.CollectionExpressionVisitorThis visitor retrieves theCollectionExpressionif it is visited.protected static classAbstractGrammarValidator.CollectionSeparatedByCommaValidatorThis validator validates aCollectionExpressionby making sure each item is separated by a comma.protected static classAbstractGrammarValidator.CollectionSeparatedBySpaceValidatorThis validator validates aCollectionExpressionby making sure each item is not separated by a comma.protected static classAbstractGrammarValidator.ComparisonExpressionVisitorprotected static classAbstractGrammarValidator.DateTimeVisitorprotected static classAbstractGrammarValidator.NullExpressionVisitorThis visitor checks to see if the visited expression isNullExpression.protected static classAbstractSemanticValidator.CollectionValuedPathExpressionVisitorThis visitor is meant to retrieve anCollectionValuedPathExpressionif the visitedExpressionis that object.protected static classAbstractSemanticValidator.ComparingEntityTypeLiteralVisitorprotected static classAbstractSemanticValidator.StateFieldPathExpressionVisitorThis visitor is meant to retrieve anAbstractSemanticValidator.StateFieldPathExpressionVisitorif the visitedExpressionis that object.protected static classAbstractValidator.NestedArrayVisitorprotected static classAbstractValidator.SubqueryVisitorThis visitor retrieves the statement owning the visitedExpression.protected static classEclipseLinkGrammarValidator.InExpressionVisitorprotected static classEclipseLinkGrammarValidator.InExpressionWithNestedArrayVisitor -
Uses of AbstractExpressionVisitor in org.eclipse.persistence.jpa.jpql.parser
Subclasses of AbstractExpressionVisitor in org.eclipse.persistence.jpa.jpql.parser Modifier and Type Class Description classAbstractEclipseLinkExpressionVisitorThe abstract implementation ofEclipseLinkExpressionVisitor.
-