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.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 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) -
Uses of DeleteClause in org.eclipse.persistence.jpa.jpql.tools
Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type DeleteClause Modifier and Type Method Description voidAbstractContentAssistVisitor.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)CollectionExpressionAbstractContentAssistVisitor.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)JPQLQueryBNFAbstractContentAssistVisitor.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 DeleteClause Modifier and Type Method Description voidBasicStateObjectBuilder.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 DeleteClause Modifier and Type Method Description DeleteClauseDeleteClauseStateObject. getExpression()Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type DeleteClause Modifier and Type Method Description voidDeleteClauseStateObject. 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 DeleteClause Modifier and Type Method Description voidDeclarationResolver.DeclarationVisitor. visit(DeleteClause expression)voidResolverBuilder. visit(DeleteClause expression)
-