Uses of Interface
org.eclipse.persistence.jpa.jpql.tools.spi.IQuery
-
Packages that use IQuery Package Description org.eclipse.persistence.jpa.jpql.tools 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 IQuery in org.eclipse.persistence.jpa.jpql.tools
Classes in org.eclipse.persistence.jpa.jpql.tools that implement IQuery Modifier and Type Class Description protected static classBasicRefactoringTool.JavaQueryA simple implementation ofIQuery.Methods in org.eclipse.persistence.jpa.jpql.tools that return IQuery Modifier and Type Method Description IQueryAbstractJPQLQueryHelper. getQuery()Returns the external form representing a named query.IQueryJPQLQueryContext. getQuery()Returns the external form of the JPQL query.Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type IQuery Modifier and Type Method Description voidAbstractJPQLQueryHelper. setQuery(IQuery query)Sets the external form of the JPQL query, which will be parsed and information will be extracted for later access.voidJPQLQueryContext. setQuery(IQuery query)Sets the external form of the JPQL query, which will be parsed and information will be extracted for later access. -
Uses of IQuery in org.eclipse.persistence.jpa.jpql.tools.resolver
Methods in org.eclipse.persistence.jpa.jpql.tools.resolver that return IQuery Modifier and Type Method Description IQueryDeclarationResolver. getQuery()IQueryResolver. getQuery()Returns the external form representing the JPQL query. -
Uses of IQuery in org.eclipse.persistence.jpa.jpql.tools.spi
Methods in org.eclipse.persistence.jpa.jpql.tools.spi that return IQuery Modifier and Type Method Description IQueryIEntity. getNamedQuery(String queryName)Returns the external form of the given named query;
-