blob: 493e3c4e43de8a4fa4213a86217f0cfc15891c05 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface javax.jdo.Query (JDO API 3.2.1)</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface javax.jdo.Query (JDO API 3.2.1)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?javax/jdo/class-use/Query.html" target="_top">Frames</a></li>
<li><a href="Query.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Interface javax.jdo.Query" class="title">Uses of Interface<br>javax.jdo.Query</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#javax.jdo">javax.jdo</a></td>
<td class="colLast">
<div class="block">This package contains the JDO specification interfaces and classes.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="javax.jdo">
<!-- -->
</a>
<h3>Uses of <a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a> in <a href="../../../javax/jdo/package-summary.html">javax.jdo</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../javax/jdo/package-summary.html">javax.jdo</a> that return <a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#datastoreReadTimeoutMillis-java.lang.Integer-">datastoreReadTimeoutMillis</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;interval)</code>
<div class="block">Set the datastore read timeout (millis).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#datastoreReadTimeoutMillis-java.lang.Integer-">datastoreReadTimeoutMillis</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;interval)</code>
<div class="block">Set the datastore read timeout (millis).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#datastoreWriteTimeoutMillis-java.lang.Integer-">datastoreWriteTimeoutMillis</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;interval)</code>
<div class="block">Set the datastore write timeout (millis).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#datastoreWriteTimeoutMillis-java.lang.Integer-">datastoreWriteTimeoutMillis</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;interval)</code>
<div class="block">Set the datastore write timeout (millis).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#extension-java.lang.String-java.lang.Object-">extension</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</code>
<div class="block">Specify an extension for this query.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#extension-java.lang.String-java.lang.Object-">extension</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</code>
<div class="block">Specify an extension for this query.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#extensions-java.util.Map-">extensions</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;values)</code>
<div class="block">Specify a map of extensions for this query.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#extensions-java.util.Map-">extensions</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;values)</code>
<div class="block">Specify a map of extensions for this query.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#filter-java.lang.String-">filter</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;filter)</code>
<div class="block">Set the filter for the query.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#filter-java.lang.String-">filter</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;filter)</code>
<div class="block">Set the filter for the query.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#groupBy-java.lang.String-">groupBy</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;group)</code>
<div class="block">Set the grouping expressions, optionally including a "having" clause.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#groupBy-java.lang.String-">groupBy</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;group)</code>
<div class="block">Set the grouping expressions, optionally including a "having" clause.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#ignoreCache-boolean-">ignoreCache</a></span>(boolean&nbsp;flag)</code>
<div class="block">Set whether we to ignore the cache with this query.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#ignoreCache-boolean-">ignoreCache</a></span>(boolean&nbsp;flag)</code>
<div class="block">Set whether we to ignore the cache with this query.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#imports-java.lang.String-">imports</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;imports)</code>
<div class="block">Set the import statements to be used to identify the fully qualified name of variables or parameters.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#imports-java.lang.String-">imports</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;imports)</code>
<div class="block">Set the import statements to be used to identify the fully qualified name of variables or parameters.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;T&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">PersistenceManager.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/PersistenceManager.html#newNamedQuery-java.lang.Class-java.lang.String-">newNamedQuery</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;cls,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;queryName)</code>
<div class="block">Create a new <code>Query</code> with the given candidate class
from a named query.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;T&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">PersistenceManager.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/PersistenceManager.html#newNamedQuery-java.lang.Class-java.lang.String-">newNamedQuery</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;cls,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;queryName)</code>
<div class="block">Create a new <code>Query</code> with the given candidate class
from a named query.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a></code></td>
<td class="colLast"><span class="typeNameLabel">PersistenceManager.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/PersistenceManager.html#newQuery--">newQuery</a></span>()</code>
<div class="block">Create a new <code>Query</code> with no elements.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a></code></td>
<td class="colLast"><span class="typeNameLabel">PersistenceManager.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/PersistenceManager.html#newQuery--">newQuery</a></span>()</code>
<div class="block">Create a new <code>Query</code> with no elements.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;T&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">PersistenceManager.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/PersistenceManager.html#newQuery-java.lang.Class-">newQuery</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;cls)</code>
<div class="block">Create a new <code>Query</code> specifying the <code>Class</code> of the
candidate instances.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;T&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">PersistenceManager.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/PersistenceManager.html#newQuery-java.lang.Class-">newQuery</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;cls)</code>
<div class="block">Create a new <code>Query</code> specifying the <code>Class</code> of the
candidate instances.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;T&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">PersistenceManager.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/PersistenceManager.html#newQuery-java.lang.Class-java.util.Collection-">newQuery</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;cls,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;T&gt;&nbsp;cln)</code>
<div class="block">Create a new <code>Query</code> with the candidate <code>Class</code>
and <code>Collection</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;T&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">PersistenceManager.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/PersistenceManager.html#newQuery-java.lang.Class-java.util.Collection-">newQuery</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;cls,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;T&gt;&nbsp;cln)</code>
<div class="block">Create a new <code>Query</code> with the candidate <code>Class</code>
and <code>Collection</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;T&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">PersistenceManager.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/PersistenceManager.html#newQuery-java.lang.Class-java.util.Collection-java.lang.String-">newQuery</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;cls,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;T&gt;&nbsp;cln,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;filter)</code>
<div class="block">Create a new <code>Query</code> with the <code>Class</code> of the candidate instances,
candidate <code>Collection</code>, and filter.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;T&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">PersistenceManager.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/PersistenceManager.html#newQuery-java.lang.Class-java.util.Collection-java.lang.String-">newQuery</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;cls,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;T&gt;&nbsp;cln,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;filter)</code>
<div class="block">Create a new <code>Query</code> with the <code>Class</code> of the candidate instances,
candidate <code>Collection</code>, and filter.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;T&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">PersistenceManager.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/PersistenceManager.html#newQuery-java.lang.Class-java.lang.String-">newQuery</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;cls,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;filter)</code>
<div class="block">Create a new <code>Query</code> with the <code>Class</code> of the
candidate instances and filter.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;T&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">PersistenceManager.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/PersistenceManager.html#newQuery-java.lang.Class-java.lang.String-">newQuery</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;cls,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;filter)</code>
<div class="block">Create a new <code>Query</code> with the <code>Class</code> of the
candidate instances and filter.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;T&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">PersistenceManager.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/PersistenceManager.html#newQuery-javax.jdo.Extent-">newQuery</a></span>(<a href="../../../javax/jdo/Extent.html" title="interface in javax.jdo">Extent</a>&lt;T&gt;&nbsp;cln)</code>
<div class="block">Create a new <code>Query</code> with the <code>Class</code> of the
candidate instances and candidate <code>Extent</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;T&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">PersistenceManager.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/PersistenceManager.html#newQuery-javax.jdo.Extent-">newQuery</a></span>(<a href="../../../javax/jdo/Extent.html" title="interface in javax.jdo">Extent</a>&lt;T&gt;&nbsp;cln)</code>
<div class="block">Create a new <code>Query</code> with the <code>Class</code> of the
candidate instances and candidate <code>Extent</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;T&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">PersistenceManager.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/PersistenceManager.html#newQuery-javax.jdo.Extent-java.lang.String-">newQuery</a></span>(<a href="../../../javax/jdo/Extent.html" title="interface in javax.jdo">Extent</a>&lt;T&gt;&nbsp;cln,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;filter)</code>
<div class="block">Create a new <code>Query</code> with the
candidate <code>Extent</code> and filter; the class
is taken from the <code>Extent</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;T&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">PersistenceManager.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/PersistenceManager.html#newQuery-javax.jdo.Extent-java.lang.String-">newQuery</a></span>(<a href="../../../javax/jdo/Extent.html" title="interface in javax.jdo">Extent</a>&lt;T&gt;&nbsp;cln,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;filter)</code>
<div class="block">Create a new <code>Query</code> with the
candidate <code>Extent</code> and filter; the class
is taken from the <code>Extent</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a></code></td>
<td class="colLast"><span class="typeNameLabel">PersistenceManager.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/PersistenceManager.html#newQuery-java.lang.Object-">newQuery</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;compiled)</code>
<div class="block">Create a new <code>Query</code> using elements from another
<code>Query</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a></code></td>
<td class="colLast"><span class="typeNameLabel">PersistenceManager.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/PersistenceManager.html#newQuery-java.lang.Object-">newQuery</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;compiled)</code>
<div class="block">Create a new <code>Query</code> using elements from another
<code>Query</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a></code></td>
<td class="colLast"><span class="typeNameLabel">PersistenceManager.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/PersistenceManager.html#newQuery-java.lang.String-">newQuery</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;query)</code>
<div class="block">Create a Construct a new query instance using the specified String
as the single-string representation of the query.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a></code></td>
<td class="colLast"><span class="typeNameLabel">PersistenceManager.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/PersistenceManager.html#newQuery-java.lang.String-">newQuery</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;query)</code>
<div class="block">Create a Construct a new query instance using the specified String
as the single-string representation of the query.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a></code></td>
<td class="colLast"><span class="typeNameLabel">PersistenceManager.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/PersistenceManager.html#newQuery-java.lang.String-java.lang.Object-">newQuery</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;language,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;query)</code>
<div class="block">Create a new <code>Query</code> using the specified language.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a></code></td>
<td class="colLast"><span class="typeNameLabel">PersistenceManager.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/PersistenceManager.html#newQuery-java.lang.String-java.lang.Object-">newQuery</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;language,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;query)</code>
<div class="block">Create a new <code>Query</code> using the specified language.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#orderBy-java.lang.String-">orderBy</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;ordering)</code>
<div class="block">Set the ordering specification for the result <code>Collection</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#orderBy-java.lang.String-">orderBy</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;ordering)</code>
<div class="block">Set the ordering specification for the result <code>Collection</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#parameters-java.lang.String-">parameters</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;parameters)</code>
<div class="block">Declare the list of parameters for query execution.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#parameters-java.lang.String-">parameters</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;parameters)</code>
<div class="block">Declare the list of parameters for query execution.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#range-long-long-">range</a></span>(long&nbsp;fromIncl,
long&nbsp;toExcl)</code>
<div class="block">Set the range of results to return.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#range-long-long-">range</a></span>(long&nbsp;fromIncl,
long&nbsp;toExcl)</code>
<div class="block">Set the range of results to return.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#range-java.lang.String-">range</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fromInclToExcl)</code>
<div class="block">Set the range of results to return.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#range-java.lang.String-">range</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fromInclToExcl)</code>
<div class="block">Set the range of results to return.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#result-java.lang.String-">result</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;result)</code>
<div class="block">Set the result clause for the query.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#result-java.lang.String-">result</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;result)</code>
<div class="block">Set the result clause for the query.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#saveAsNamedQuery-java.lang.String-">saveAsNamedQuery</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Save the query, as it is currently defined, as a named query under the specified name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#saveAsNamedQuery-java.lang.String-">saveAsNamedQuery</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Save the query, as it is currently defined, as a named query under the specified name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#serializeRead-java.lang.Boolean-">serializeRead</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;serialize)</code>
<div class="block">Set whether we to lock all objects read by this query.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#serializeRead-java.lang.Boolean-">serializeRead</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;serialize)</code>
<div class="block">Set whether we to lock all objects read by this query.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#setNamedParameters-java.util.Map-">setNamedParameters</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,?&gt;&nbsp;namedParamMap)</code>
<div class="block">Method to set the named parameters on this query prior to execution.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#setNamedParameters-java.util.Map-">setNamedParameters</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,?&gt;&nbsp;namedParamMap)</code>
<div class="block">Method to set the named parameters on this query prior to execution.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#setParameters-java.lang.Object...-">setParameters</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;paramValues)</code>
<div class="block">Method to set the values of the numbered parameters on this query prior to execution.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#setParameters-java.lang.Object...-">setParameters</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;paramValues)</code>
<div class="block">Method to set the values of the numbered parameters on this query prior to execution.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#subquery-javax.jdo.Query-java.lang.String-java.lang.String-">subquery</a></span>(<a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&nbsp;sub,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;variableDeclaration,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;candidateCollectionExpression)</code>
<div class="block">Add a subquery to this query.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#subquery-javax.jdo.Query-java.lang.String-java.lang.String-">subquery</a></span>(<a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&nbsp;sub,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;variableDeclaration,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;candidateCollectionExpression)</code>
<div class="block">Add a subquery to this query.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#subquery-javax.jdo.Query-java.lang.String-java.lang.String-java.util.Map-">subquery</a></span>(<a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&nbsp;sub,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;variableDeclaration,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;candidateCollectionExpression,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;parameters)</code>
<div class="block">Add a subquery to this query.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#subquery-javax.jdo.Query-java.lang.String-java.lang.String-java.util.Map-">subquery</a></span>(<a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&nbsp;sub,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;variableDeclaration,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;candidateCollectionExpression,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;parameters)</code>
<div class="block">Add a subquery to this query.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#subquery-javax.jdo.Query-java.lang.String-java.lang.String-java.lang.String...-">subquery</a></span>(<a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&nbsp;sub,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;variableDeclaration,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;candidateCollectionExpression,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;parameters)</code>
<div class="block">Add a subquery to this query.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#subquery-javax.jdo.Query-java.lang.String-java.lang.String-java.lang.String...-">subquery</a></span>(<a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&nbsp;sub,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;variableDeclaration,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;candidateCollectionExpression,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;parameters)</code>
<div class="block">Add a subquery to this query.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#subquery-javax.jdo.Query-java.lang.String-java.lang.String-java.lang.String-">subquery</a></span>(<a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&nbsp;sub,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;variableDeclaration,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;candidateCollectionExpression,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;parameter)</code>
<div class="block">Add a subquery to this query.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#subquery-javax.jdo.Query-java.lang.String-java.lang.String-java.lang.String-">subquery</a></span>(<a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&nbsp;sub,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;variableDeclaration,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;candidateCollectionExpression,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;parameter)</code>
<div class="block">Add a subquery to this query.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#unmodifiable--">unmodifiable</a></span>()</code>
<div class="block">Set whether to make this query unmodifiable.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#unmodifiable--">unmodifiable</a></span>()</code>
<div class="block">Set whether to make this query unmodifiable.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#variables-java.lang.String-">variables</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;variables)</code>
<div class="block">Declare the unbound variables to be used in the query.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#variables-java.lang.String-">variables</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;variables)</code>
<div class="block">Declare the unbound variables to be used in the query.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../javax/jdo/package-summary.html">javax.jdo</a> with parameters of type <a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#addSubquery-javax.jdo.Query-java.lang.String-java.lang.String-">addSubquery</a></span>(<a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&nbsp;sub,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;variableDeclaration,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;candidateCollectionExpression)</code>
<div class="block">Add a subquery to this query.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#addSubquery-javax.jdo.Query-java.lang.String-java.lang.String-">addSubquery</a></span>(<a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&nbsp;sub,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;variableDeclaration,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;candidateCollectionExpression)</code>
<div class="block">Add a subquery to this query.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#addSubquery-javax.jdo.Query-java.lang.String-java.lang.String-java.util.Map-">addSubquery</a></span>(<a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&nbsp;sub,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;variableDeclaration,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;candidateCollectionExpression,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;parameters)</code>
<div class="block">Add a subquery to this query.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#addSubquery-javax.jdo.Query-java.lang.String-java.lang.String-java.util.Map-">addSubquery</a></span>(<a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&nbsp;sub,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;variableDeclaration,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;candidateCollectionExpression,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;parameters)</code>
<div class="block">Add a subquery to this query.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#addSubquery-javax.jdo.Query-java.lang.String-java.lang.String-java.lang.String...-">addSubquery</a></span>(<a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&nbsp;sub,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;variableDeclaration,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;candidateCollectionExpression,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;parameters)</code>
<div class="block">Add a subquery to this query.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#addSubquery-javax.jdo.Query-java.lang.String-java.lang.String-java.lang.String...-">addSubquery</a></span>(<a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&nbsp;sub,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;variableDeclaration,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;candidateCollectionExpression,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;parameters)</code>
<div class="block">Add a subquery to this query.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#addSubquery-javax.jdo.Query-java.lang.String-java.lang.String-java.lang.String-">addSubquery</a></span>(<a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&nbsp;sub,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;variableDeclaration,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;candidateCollectionExpression,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;parameter)</code>
<div class="block">Add a subquery to this query.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#addSubquery-javax.jdo.Query-java.lang.String-java.lang.String-java.lang.String-">addSubquery</a></span>(<a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&nbsp;sub,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;variableDeclaration,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;candidateCollectionExpression,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;parameter)</code>
<div class="block">Add a subquery to this query.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#subquery-javax.jdo.Query-java.lang.String-java.lang.String-">subquery</a></span>(<a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&nbsp;sub,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;variableDeclaration,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;candidateCollectionExpression)</code>
<div class="block">Add a subquery to this query.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#subquery-javax.jdo.Query-java.lang.String-java.lang.String-">subquery</a></span>(<a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&nbsp;sub,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;variableDeclaration,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;candidateCollectionExpression)</code>
<div class="block">Add a subquery to this query.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#subquery-javax.jdo.Query-java.lang.String-java.lang.String-java.util.Map-">subquery</a></span>(<a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&nbsp;sub,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;variableDeclaration,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;candidateCollectionExpression,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;parameters)</code>
<div class="block">Add a subquery to this query.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#subquery-javax.jdo.Query-java.lang.String-java.lang.String-java.util.Map-">subquery</a></span>(<a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&nbsp;sub,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;variableDeclaration,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;candidateCollectionExpression,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;parameters)</code>
<div class="block">Add a subquery to this query.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#subquery-javax.jdo.Query-java.lang.String-java.lang.String-java.lang.String...-">subquery</a></span>(<a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&nbsp;sub,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;variableDeclaration,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;candidateCollectionExpression,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;parameters)</code>
<div class="block">Add a subquery to this query.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#subquery-javax.jdo.Query-java.lang.String-java.lang.String-java.lang.String...-">subquery</a></span>(<a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&nbsp;sub,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;variableDeclaration,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;candidateCollectionExpression,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;parameters)</code>
<div class="block">Add a subquery to this query.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#subquery-javax.jdo.Query-java.lang.String-java.lang.String-java.lang.String-">subquery</a></span>(<a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&nbsp;sub,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;variableDeclaration,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;candidateCollectionExpression,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;parameter)</code>
<div class="block">Add a subquery to this query.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&lt;<a href="../../../javax/jdo/Query.html" title="type parameter in Query">T</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Query.</span><code><span class="memberNameLink"><a href="../../../javax/jdo/Query.html#subquery-javax.jdo.Query-java.lang.String-java.lang.String-java.lang.String-">subquery</a></span>(<a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Query</a>&nbsp;sub,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;variableDeclaration,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;candidateCollectionExpression,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;parameter)</code>
<div class="block">Add a subquery to this query.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../javax/jdo/Query.html" title="interface in javax.jdo">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?javax/jdo/class-use/Query.html" target="_top">Frames</a></li>
<li><a href="Query.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2005&#x2013;2022 <a href="http://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>