Uses of Class
org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractCollectionValidator
-
Packages that use AbstractGrammarValidator.AbstractCollectionValidator 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. -
-
Uses of AbstractGrammarValidator.AbstractCollectionValidator in org.eclipse.persistence.jpa.jpql
Subclasses of AbstractGrammarValidator.AbstractCollectionValidator in org.eclipse.persistence.jpa.jpql Modifier and Type Class Description protected static classAbstractGrammarValidator.CollectionSeparatedByCommaValidatorThis validator validates aCollectionExpressionby making sure each item is separated by a comma.protected static classAbstractGrammarValidator.CollectionSeparatedBySpaceValidatorThis validator validates aCollectionExpressionby making sure each item is not separated by a comma.
-