Uses of Class
org.eclipse.persistence.jpa.jpql.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
Modifier and TypeClassDescriptionclass
This visitor traverses anExpression
and retrieves the "literal" value.Modifier and TypeMethodDescriptionprotected LiteralVisitor
AbstractEclipseLinkSemanticValidator.buildLiteralVisitor()
protected abstract LiteralVisitor
AbstractValidator.buildLiteralVisitor()
Creates the visitor that can retrieve some information about various literal.protected LiteralVisitor
EclipseLinkGrammarValidator.buildLiteralVisitor()
protected LiteralVisitor
AbstractValidator.getLiteralVisitor()
Returns the visitor that can retrieve some information about various literal. -
Uses of LiteralVisitor in org.eclipse.persistence.jpa.jpql.tools
Modifier and TypeClassDescriptionclass
This visitor traverses anExpression
and retrieves the "literal" value.Modifier and TypeMethodDescriptionprotected LiteralVisitor
DefaultGrammarValidator.buildLiteralVisitor()
protected LiteralVisitor
DefaultSemanticValidator.buildLiteralVisitor()
protected LiteralVisitor
EclipseLinkJPQLQueryContext.buildLiteralVisitor()
protected abstract LiteralVisitor
JPQLQueryContext.buildLiteralVisitor()
protected LiteralVisitor
JPQLQueryContext.getLiteralVisitor()
-
Uses of LiteralVisitor in org.eclipse.persistence.jpa.jpql.tools.model
Modifier and TypeMethodDescriptionprotected abstract LiteralVisitor
BasicStateObjectBuilder.buildLiteralVisitor()
Creates the visitor that can retrieve the "literal" value from a givenExpression
based on the desiredLiteralType
.protected LiteralVisitor
DefaultStateObjectBuilder.buildLiteralVisitor()
protected LiteralVisitor
EclipseLinkStateObjectBuilder.buildLiteralVisitor()
protected LiteralVisitor
BasicStateObjectBuilder.getLiteralVisitor()