Uses of Interface
org.eclipse.persistence.jpa.jpql.tools.ResultQuery
-
Packages that use ResultQuery Package Description org.eclipse.persistence.jpa.jpql.tools -
-
Uses of ResultQuery in org.eclipse.persistence.jpa.jpql.tools
Methods in org.eclipse.persistence.jpa.jpql.tools that return ResultQuery Modifier and Type Method Description ResultQueryContentAssistProposals. buildEscapedQuery(String jpqlQuery, String proposal, int position, boolean insert)Creates a new JPQL query by inserting the given proposal at the given position.ResultQueryContentAssistProposals. buildQuery(String jpqlQuery, String proposal, int position, boolean insert)Creates a new JPQL query by inserting the given proposal at the given position.ResultQueryContentAssistProposals. buildXmlQuery(String jpqlQuery, String proposal, int position, boolean insert)Creates a new JPQL query by inserting the given proposal at the given position.ResultQueryDefaultContentAssistProposals. buildXmlQuery(String jpqlQuery, String proposal, int position, boolean insert)
-