Uses of Class
org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
-
Packages that use ParameterTypeVisitor 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.tools -
-
Uses of ParameterTypeVisitor in org.eclipse.persistence.jpa.jpql
Subclasses of ParameterTypeVisitor in org.eclipse.persistence.jpa.jpql Modifier and Type Class Description classAbstractEclipseLinkParameterTypeVisitorThis visitor calculates the type of an input parameter. -
Uses of ParameterTypeVisitor in org.eclipse.persistence.jpa.jpql.tools
Subclasses of ParameterTypeVisitor in org.eclipse.persistence.jpa.jpql.tools Modifier and Type Class Description classDefaultParameterTypeVisitorThis visitor calculates the type of an input parameter.classEclipseLinkParameterTypeVisitorThis visitor calculates the type of an input parameter.Methods in org.eclipse.persistence.jpa.jpql.tools that return ParameterTypeVisitor Modifier and Type Method Description protected abstract ParameterTypeVisitorJPQLQueryContext. buildParameterTypeVisitor()protected ParameterTypeVisitorJPQLQueryContext. getParameterTypeVisitor()
-