Uses of Interface
org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Packages that use ITypeHelper 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 ITypeHelper in org.eclipse.persistence.jpa.jpql
Methods in org.eclipse.persistence.jpa.jpql that return ITypeHelper Modifier and Type Method Description ITypeHelperSemanticValidatorHelper. getTypeHelper()Returns the helper that gives access to the most common class metadata. -
Uses of ITypeHelper in org.eclipse.persistence.jpa.jpql.tools
Classes in org.eclipse.persistence.jpa.jpql.tools that implement ITypeHelper Modifier and Type Class Description classGenericTypeHelperThis generic implementation ofITypeHelperwrapsITypeHelperand delegates the calls to it.Methods in org.eclipse.persistence.jpa.jpql.tools that return ITypeHelper Modifier and Type Method Description protected ITypeHelperDefaultSemanticValidator. getTypeHelper()ITypeHelperGenericSemanticValidatorHelper. getTypeHelper()
-