Uses of Class
org.eclipse.persistence.jpa.jpql.parser.DeleteClause
Packages that use DeleteClause
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 DeleteClause in org.eclipse.persistence.jpa.jpql
Fields in org.eclipse.persistence.jpa.jpql declared as DeleteClauseMethods in org.eclipse.persistence.jpa.jpql with parameters of type DeleteClauseModifier and TypeMethodDescriptionprotected voidAbstractSemanticValidator.validateDeleteClause(DeleteClause expression) Validates the givenDeleteClause.voidAbstractGrammarValidator.visit(DeleteClause expression) final 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 DeleteClauseModifier and TypeMethodDescriptionDeleteStatement.addDeleteClause()Manually adds the delete clause to this delete statement.DeleteStatement.getDeleteClause()Returns theExpressionrepresenting the DELETE clause.Methods in org.eclipse.persistence.jpa.jpql.parser with parameters of type DeleteClauseModifier and TypeMethodDescriptionvoidAbstractExpressionVisitor.visit(DeleteClause expression) voidAnonymousExpressionVisitor.visit(DeleteClause expression) voidExpressionVisitor.visit(DeleteClause expression) Visits theDeleteClauseexpression.voidFullyQualifyPathExpressionVisitor.visit(DeleteClause expression) -
Uses of DeleteClause in org.eclipse.persistence.jpa.jpql.tools
Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type DeleteClauseModifier and TypeMethodDescriptionvoidAbstractContentAssistVisitor.DeleteClauseCollectionHelper.addAtTheEndOfChild(DeleteClause expression, CollectionExpression collectionExpression, int index, boolean hasComma, boolean virtualSpace) voidAbstractContentAssistVisitor.DeleteClauseCollectionHelper.addIdentifier(DeleteClause expression, String identifier) voidAbstractContentAssistVisitor.DeleteClauseCollectionHelper.addTheBeginningOfChild(DeleteClause expression, CollectionExpression collectionExpression, int index, boolean hasComma) AbstractContentAssistVisitor.DeleteClauseCollectionHelper.buildCollectionExpression(DeleteClause expression) booleanAbstractContentAssistVisitor.DeleteClauseCollectionHelper.canContinue(DeleteClause expression, CollectionExpression collectionExpression, int index) booleanAbstractContentAssistVisitor.DeleteClauseCollectionHelper.hasDelimiterAfterIdentifier(DeleteClause expression) intAbstractContentAssistVisitor.DeleteClauseCollectionHelper.maxCollectionSize(DeleteClause expression) intAbstractContentAssistVisitor.DeleteClauseCollectionHelper.preExpressionLength(DeleteClause expression) AbstractContentAssistVisitor.DeleteClauseCollectionHelper.queryBNF(DeleteClause expression, int index) voidAbstractContentAssistVisitor.AppendableExpressionVisitor.visit(DeleteClause expression) voidAbstractContentAssistVisitor.EndingQueryPositionBuilder.visit(DeleteClause expression) voidAbstractContentAssistVisitor.visit(DeleteClause expression) -
Uses of DeleteClause in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type DeleteClauseModifier and TypeMethodDescriptionvoidBasicStateObjectBuilder.DeleteStatementBuilder.visit(DeleteClause expression) voidBasicStateObjectBuilder.visit(DeleteClause expression) -
Uses of DeleteClause in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return DeleteClauseMethods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type DeleteClauseModifier and TypeMethodDescriptionvoidDeleteClauseStateObject.setExpression(DeleteClause 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 DeleteClause in org.eclipse.persistence.jpa.jpql.tools.resolver
Methods in org.eclipse.persistence.jpa.jpql.tools.resolver with parameters of type DeleteClauseModifier and TypeMethodDescriptionvoidDeclarationResolver.DeclarationVisitor.visit(DeleteClause expression) voidResolverBuilder.visit(DeleteClause expression)