Uses of Class
org.eclipse.persistence.jpa.jpql.parser.DeleteClause
-
Packages that use DeleteClause 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 DeleteClause in org.eclipse.persistence.jpa.jpql
Fields in org.eclipse.persistence.jpa.jpql declared as DeleteClause Modifier and Type Field Description DeleteClauseAbstractValidator.OwningClauseVisitor. deleteClauseMethods in org.eclipse.persistence.jpa.jpql with parameters of type DeleteClause Modifier and Type Method Description protected voidAbstractSemanticValidator. validateDeleteClause(DeleteClause expression)Validates the givenDeleteClause.voidAbstractGrammarValidator. visit(DeleteClause expression)voidAbstractSemanticValidator. visit(DeleteClause expression)voidAbstractValidator.OwningClauseVisitor. visit(DeleteClause expression)voidBaseDeclarationIdentificationVariableFinder. visit(DeleteClause expression) -
Uses of DeleteClause in org.eclipse.persistence.jpa.jpql.parser
Methods in org.eclipse.persistence.jpa.jpql.parser that return DeleteClause Modifier and Type Method Description DeleteClauseDeleteStatement. addDeleteClause()Manually adds the delete clause to this delete statement.DeleteClauseDeleteStatement. getDeleteClause()Returns theExpressionrepresenting the DELETE clause.Methods in org.eclipse.persistence.jpa.jpql.parser with parameters of type DeleteClause Modifier and Type Method Description voidAbstractExpressionVisitor. visit(DeleteClause expression)voidAnonymousExpressionVisitor. visit(DeleteClause expression)voidExpressionVisitor. visit(DeleteClause expression)Visits theDeleteClauseexpression.voidFullyQualifyPathExpressionVisitor. visit(DeleteClause expression)
-