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.org.eclipse.persistence.jpa.jpql.tools org.eclipse.persistence.jpa.jpql.tools.model 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.org.eclipse.persistence.jpa.jpql.tools.model.query This package contains theStateObjectclasses that represents a JPQL query.org.eclipse.persistence.jpa.jpql.tools.resolver -
-
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) -
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 DeleteStatement Modifier and Type Method Description AbstractContentAssistVisitor.StatementHelper<? extends DeleteStatement>AbstractContentAssistVisitor.WhereClauseDeleteStatementHelper. getNextHelper()Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type DeleteStatement Modifier and Type Method Description voidAbstractContentAssistVisitor.DeleteClauseStatementHelper. addInternalClauseProposals(DeleteStatement expression)voidAbstractContentAssistVisitor.WhereClauseDeleteStatementHelper. addInternalClauseProposals(DeleteStatement expression)ExpressionAbstractContentAssistVisitor.DeleteClauseStatementHelper. getClause(DeleteStatement expression)ExpressionAbstractContentAssistVisitor.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 DeleteStatement Modifier and Type Method Description voidBasicStateObjectBuilder.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 DeleteStatement Modifier and Type Method Description DeleteStatementDeleteStatementStateObject. getExpression()Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type DeleteStatement Modifier and Type Method Description voidDeleteStatementStateObject. 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 DeleteStatement Modifier and Type Method Description voidDeclarationResolver.DeclarationVisitor. visit(DeleteStatement expression)voidResolverBuilder. visit(DeleteStatement expression)
-