Uses of Class
org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
Packages that use DeleteStatement
Package
Description
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.
This is the core of Hermes, this package contains the classes that can parse a JPQL query.
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.
This package contains the
StateObject classes that represents a JPQL query.-
Uses of DeleteStatement in org.eclipse.persistence.jpa.jpql
Fields in org.eclipse.persistence.jpa.jpql declared as DeleteStatementMethods in org.eclipse.persistence.jpa.jpql with parameters of type DeleteStatementModifier and TypeMethodDescriptionprotected voidAbstractSemanticValidator.validateDeleteStatement(DeleteStatement expression) Validates the givenDeleteStatement.voidAbstractGrammarValidator.visit(DeleteStatement expression) final 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 DeleteStatementModifier and TypeMethodDescriptionvoidAbstractExpressionVisitor.visit(DeleteStatement expression) voidAnonymousExpressionVisitor.visit(DeleteStatement expression) voidExpressionVisitor.visit(DeleteStatement expression) Visits theDeleteStatementexpression.voidFullyQualifyPathExpressionVisitor.visit(DeleteStatement expression) -
Uses of DeleteStatement in org.eclipse.persistence.jpa.jpql.tools
Methods in org.eclipse.persistence.jpa.jpql.tools that return types with arguments of type DeleteStatementModifier and TypeMethodDescriptionAbstractContentAssistVisitor.WhereClauseDeleteStatementHelper.getNextHelper()Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type DeleteStatementModifier and TypeMethodDescriptionvoidAbstractContentAssistVisitor.DeleteClauseStatementHelper.addInternalClauseProposals(DeleteStatement expression) voidAbstractContentAssistVisitor.WhereClauseDeleteStatementHelper.addInternalClauseProposals(DeleteStatement expression) AbstractContentAssistVisitor.DeleteClauseStatementHelper.getClause(DeleteStatement expression) AbstractContentAssistVisitor.WhereClauseDeleteStatementHelper.getClause(DeleteStatement expression) booleanAbstractContentAssistVisitor.DeleteClauseStatementHelper.hasClause(DeleteStatement expression) booleanAbstractContentAssistVisitor.WhereClauseDeleteStatementHelper.hasClause(DeleteStatement expression) booleanAbstractContentAssistVisitor.DeleteClauseStatementHelper.hasSpaceAfterClause(DeleteStatement expression) booleanAbstractContentAssistVisitor.WhereClauseDeleteStatementHelper.hasSpaceAfterClause(DeleteStatement expression) booleanAbstractContentAssistVisitor.DeleteClauseStatementHelper.isClauseComplete(DeleteStatement expression) booleanAbstractContentAssistVisitor.WhereClauseDeleteStatementHelper.isClauseComplete(DeleteStatement expression) voidAbstractContentAssistVisitor.AppendableExpressionVisitor.visit(DeleteStatement expression) voidAbstractContentAssistVisitor.EndingQueryPositionBuilder.visit(DeleteStatement expression) voidAbstractContentAssistVisitor.visit(DeleteStatement expression) -
Uses of DeleteStatement in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type DeleteStatementModifier and TypeMethodDescriptionvoidBasicStateObjectBuilder.DeleteStatementBuilder.visit(DeleteStatement expression) voidBasicStateObjectBuilder.visit(DeleteStatement expression) -
Uses of DeleteStatement in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return DeleteStatementMethods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type DeleteStatementModifier and TypeMethodDescriptionvoidDeleteStatementStateObject.setExpression(DeleteStatement expression) Keeps a reference of theparsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. -
Uses of DeleteStatement in org.eclipse.persistence.jpa.jpql.tools.resolver
Methods in org.eclipse.persistence.jpa.jpql.tools.resolver with parameters of type DeleteStatementModifier and TypeMethodDescriptionvoidDeclarationResolver.DeclarationVisitor.visit(DeleteStatement expression) voidResolverBuilder.visit(DeleteStatement expression)