Uses of Class
org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
Packages that use AbstractTripleEncapsulatedExpression 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 AbstractTripleEncapsulatedExpression in org.eclipse.persistence.jpa.jpql
Classes in org.eclipse.persistence.jpa.jpql with type parameters of type AbstractTripleEncapsulatedExpression Modifier and Type Class Description protected static classAbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper<T extends AbstractTripleEncapsulatedExpression>Methods in org.eclipse.persistence.jpa.jpql with type parameters of type AbstractTripleEncapsulatedExpression Modifier and Type Method Description protected <T extends AbstractTripleEncapsulatedExpression>
voidAbstractGrammarValidator. validateAbstractTripleEncapsulatedExpression(T expression, AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper<T> helper) -
Uses of AbstractTripleEncapsulatedExpression in org.eclipse.persistence.jpa.jpql.parser
Subclasses of AbstractTripleEncapsulatedExpression in org.eclipse.persistence.jpa.jpql.parser Modifier and Type Class Description classLocateExpressionThe LOCATE function returns the position of a given string within a string, starting the search at a specified position.classSubstringExpressionThe second and third arguments of the SUBSTRING function denote the starting position and length of the substring to be returned.
-