Uses of Class
org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableType
-
Packages that use AbstractContentAssistVisitor.AppendableType Package Description org.eclipse.persistence.jpa.jpql.tools -
-
Uses of AbstractContentAssistVisitor.AppendableType in org.eclipse.persistence.jpa.jpql.tools
Fields in org.eclipse.persistence.jpa.jpql.tools declared as AbstractContentAssistVisitor.AppendableType Modifier and Type Field Description protected AbstractContentAssistVisitor.AppendableTypeAbstractContentAssistVisitor.AppendableExpressionVisitor. appendableTypeThe type of the JPQL identifiers can can be possible proposals.Methods in org.eclipse.persistence.jpa.jpql.tools that return AbstractContentAssistVisitor.AppendableType Modifier and Type Method Description static AbstractContentAssistVisitor.AppendableTypeAbstractContentAssistVisitor.AppendableType. valueOf(String name)Returns the enum constant of this type with the specified name.static AbstractContentAssistVisitor.AppendableType[]AbstractContentAssistVisitor.AppendableType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type AbstractContentAssistVisitor.AppendableType Modifier and Type Method Description protected booleanAbstractContentAssistVisitor. isAppendable(Expression expression, AbstractContentAssistVisitor.AppendableType appendableType)Determines whether a certain type of JPQL identifiers can be appended to the JPQL query based on the givenExpression.
-