Uses of Class
org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
-
Packages that use DeleteStatement 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 DeleteStatement in org.eclipse.persistence.jpa.jpql
Fields in org.eclipse.persistence.jpa.jpql declared as DeleteStatement Modifier and Type Field Description DeleteStatementAbstractValidator.OwningStatementVisitor. deleteStatementMethods in org.eclipse.persistence.jpa.jpql with parameters of type DeleteStatement Modifier and Type Method Description protected voidAbstractSemanticValidator. validateDeleteStatement(DeleteStatement expression)Validates the givenDeleteStatement.voidAbstractGrammarValidator. visit(DeleteStatement expression)voidAbstractSemanticValidator. visit(DeleteStatement expression)voidAbstractValidator.OwningStatementVisitor. visit(DeleteStatement expression)voidBaseDeclarationIdentificationVariableFinder. visit(DeleteStatement expression) -
Uses of DeleteStatement in org.eclipse.persistence.jpa.jpql.parser
Methods in org.eclipse.persistence.jpa.jpql.parser with parameters of type DeleteStatement Modifier and Type Method Description voidAbstractExpressionVisitor. visit(DeleteStatement expression)voidAnonymousExpressionVisitor. visit(DeleteStatement expression)voidExpressionVisitor. visit(DeleteStatement expression)Visits theDeleteStatementexpression.voidFullyQualifyPathExpressionVisitor. visit(DeleteStatement expression)
-