Uses of Class
org.eclipse.persistence.jpa.jpql.LiteralVisitor
-
Packages that use LiteralVisitor 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 LiteralVisitor in org.eclipse.persistence.jpa.jpql
Subclasses of LiteralVisitor in org.eclipse.persistence.jpa.jpql Modifier and Type Class Description classEclipseLinkLiteralVisitorThis visitor traverses anExpressionand retrieves the "literal" value.Methods in org.eclipse.persistence.jpa.jpql that return LiteralVisitor Modifier and Type Method Description protected LiteralVisitorAbstractEclipseLinkSemanticValidator. buildLiteralVisitor()protected abstract LiteralVisitorAbstractValidator. buildLiteralVisitor()Creates the visitor that can retrieve some information about various literal.protected LiteralVisitorEclipseLinkGrammarValidator. buildLiteralVisitor()protected LiteralVisitorAbstractValidator. getLiteralVisitor()Returns the visitor that can retrieve some information about various literal.
-