Uses of Class
org.eclipse.persistence.jpa.jpql.LiteralVisitor
Packages that use LiteralVisitor
Package
Description
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.
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.
-
Uses of LiteralVisitor in org.eclipse.persistence.jpa.jpql
Subclasses of LiteralVisitor in org.eclipse.persistence.jpa.jpqlModifier and TypeClassDescriptionclassThis visitor traverses anExpressionand retrieves the "literal" value.Methods in org.eclipse.persistence.jpa.jpql that return LiteralVisitorModifier and TypeMethodDescriptionprotected 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. -
Uses of LiteralVisitor in org.eclipse.persistence.jpa.jpql.tools
Subclasses of LiteralVisitor in org.eclipse.persistence.jpa.jpql.toolsModifier and TypeClassDescriptionclassThis visitor traverses anExpressionand retrieves the "literal" value.Methods in org.eclipse.persistence.jpa.jpql.tools that return LiteralVisitorModifier and TypeMethodDescriptionprotected LiteralVisitorDefaultGrammarValidator.buildLiteralVisitor()protected LiteralVisitorDefaultSemanticValidator.buildLiteralVisitor()protected LiteralVisitorEclipseLinkJPQLQueryContext.buildLiteralVisitor()protected abstract LiteralVisitorJPQLQueryContext.buildLiteralVisitor()protected LiteralVisitorJPQLQueryContext.getLiteralVisitor() -
Uses of LiteralVisitor in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model that return LiteralVisitorModifier and TypeMethodDescriptionprotected abstract LiteralVisitorBasicStateObjectBuilder.buildLiteralVisitor()Creates the visitor that can retrieve the "literal" value from a givenExpressionbased on the desiredLiteralType.protected LiteralVisitorDefaultStateObjectBuilder.buildLiteralVisitor()protected LiteralVisitorEclipseLinkStateObjectBuilder.buildLiteralVisitor()protected LiteralVisitorBasicStateObjectBuilder.getLiteralVisitor()