Uses of Interface
org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionExpressionHelper
-
Packages that use AbstractContentAssistVisitor.CollectionExpressionHelper Package Description org.eclipse.persistence.jpa.jpql.tools -
-
Uses of AbstractContentAssistVisitor.CollectionExpressionHelper in org.eclipse.persistence.jpa.jpql.tools
Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type AbstractContentAssistVisitor.CollectionExpressionHelper Modifier and Type Method Description protected <T extends Expression>
voidAbstractContentAssistVisitor. visitCollectionExpression(T expression, String identifier, AbstractContentAssistVisitor.CollectionExpressionHelper<T> helper)Adds the possible proposals for the givenexpressionbased on the location of the cursor and the content of the expression.
-