Uses of Class
org.eclipse.persistence.jpa.jpql.parser.QueryPosition
-
Packages that use QueryPosition Package Description 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 QueryPosition in org.eclipse.persistence.jpa.jpql.parser
Methods in org.eclipse.persistence.jpa.jpql.parser that return QueryPosition Modifier and Type Method Description QueryPositionJPQLExpression. buildPosition(String actualQuery, int position)Creates a map of the position of the cursor within eachExpressionof the parsed tree.Methods in org.eclipse.persistence.jpa.jpql.parser with parameters of type QueryPosition Modifier and Type Method Description voidAbstractExpression. populatePosition(QueryPosition queryPosition, int position)voidDefaultStringExpression. populatePosition(QueryPosition queryPosition, int position)voidExpression. populatePosition(QueryPosition queryPosition, int position)Retrieves theExpressionlocated at the given position using the actual query, which may have extra whitespace.
-