Uses of Class
org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Packages that use TypeHelper Package Description org.eclipse.persistence.jpa.jpql.tools org.eclipse.persistence.jpa.jpql.tools.model.query This package contains theStateObjectclasses that represents a JPQL query.org.eclipse.persistence.jpa.jpql.tools.resolver org.eclipse.persistence.jpa.jpql.tools.spi The Hermes SPI defines how the parser and its related features can retrieve information about the JPA managed types from the application. -
-
Uses of TypeHelper in org.eclipse.persistence.jpa.jpql.tools
Methods in org.eclipse.persistence.jpa.jpql.tools that return TypeHelper Modifier and Type Method Description TypeHelperAbstractJPQLQueryHelper. getTypeHelper()Returns a helper that gives access to the most commontypes.TypeHelperJPQLQueryContext. getTypeHelper()Returns a helper that gives access to the most commontypes.Constructors in org.eclipse.persistence.jpa.jpql.tools with parameters of type TypeHelper Constructor Description GenericTypeHelper(TypeHelper delegate)Creates a newGenericTypeHelper.NumericTypeComparator(TypeHelper typeHelper)Creates a newNumericTypeComparator. -
Uses of TypeHelper in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return TypeHelper Modifier and Type Method Description TypeHelperAbstractStateObject. getTypeHelper()Returns a helper that gives access to the most commontypes. -
Uses of TypeHelper in org.eclipse.persistence.jpa.jpql.tools.resolver
Methods in org.eclipse.persistence.jpa.jpql.tools.resolver that return TypeHelper Modifier and Type Method Description TypeHelperResolver. getTypeHelper()Returns a helper that gives access to the most commontypes. -
Uses of TypeHelper in org.eclipse.persistence.jpa.jpql.tools.spi
Methods in org.eclipse.persistence.jpa.jpql.tools.spi that return TypeHelper Modifier and Type Method Description TypeHelperITypeRepository. getTypeHelper()Returns a helper that gives access to the most commontypes.
-