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.org.eclipse.persistence.jpa.jpql.tools 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. -
-
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. -
Uses of LiteralVisitor in org.eclipse.persistence.jpa.jpql.tools
Subclasses of LiteralVisitor in org.eclipse.persistence.jpa.jpql.tools Modifier and Type Class Description classDefaultLiteralVisitorThis visitor traverses anExpressionand retrieves the "literal" value.Methods in org.eclipse.persistence.jpa.jpql.tools that return LiteralVisitor Modifier and Type Method Description protected 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 LiteralVisitor Modifier and Type Method Description protected 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()
-