blob: 652e8065f60a64069871c16d07f84c9a514544e4 [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>
<link rel="canonical" href="https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/springdata22/repository/query/IgniteRepositoryQuery.html" />
<!-- Generated by javadoc (1.8.0_261) on Wed Dec 09 14:33:09 MSK 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>IgniteRepositoryQuery (Ignite 2.9.1)</title>
<meta name="date" content="2020-12-09">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
<link rel='shortcut icon' href='https://ignite.apache.org/favicon.ico'/>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-61232409-1', 'auto');
ga('send', 'pageview');
</script></head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="IgniteRepositoryQuery (Ignite 2.9.1)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</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 class="navBarCell1Rev">Class</li>
<li><a href="class-use/IgniteRepositoryQuery.html">Use</a></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><a href="../../../../../../org/apache/ignite/springdata22/repository/query/IgniteQueryGenerator.html" title="class in org.apache.ignite.springdata22.repository.query"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../org/apache/ignite/springdata22/repository/query/IgniteRepositoryQuery.QueryCursorWrapper.html" title="class in org.apache.ignite.springdata22.repository.query"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/ignite/springdata22/repository/query/IgniteRepositoryQuery.html" target="_top">Frames</a></li>
<li><a href="IgniteRepositoryQuery.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.ignite.springdata22.repository.query</div>
<h2 title="Class IgniteRepositoryQuery" class="title">Class IgniteRepositoryQuery</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>org.apache.ignite.springdata22.repository.query.IgniteRepositoryQuery</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>org.springframework.data.repository.query.RepositoryQuery</dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">IgniteRepositoryQuery</span>
extends <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>
implements org.springframework.data.repository.query.RepositoryQuery</pre>
<div class="block">Ignite query implementation.
<p>
<p>
Features:
<ol>
<li> Supports query tuning parameters</li>
<li> Supports projections</li>
<li> Supports Page and Stream responses</li>
<li> Supports SqlFieldsQuery resultset transformation into the domain entity</li>
<li> Supports named parameters (:myParam) into SQL queries, declared using @Param("myParam") annotation</li>
<li> Supports advanced parameter binding and SpEL expressions into SQL queries
<ol>
<li><b>Template variables</b>:
<ol>
<li><code>#entityName</code> - the simple class name of the domain entity</li>
</ol>
</li>
<li><b>Method parameter expressions</b>: Parameters are exposed for indexed access ([0] is the first query method's
param) or via the name declared using @Param. The actual SpEL expression binding is triggered by '?#'. Example:
?#{[0]} or ?#{#myParamName}</li>
<li><b>Advanced SpEL expressions</b>: While advanced parameter binding is a very useful feature, the real power of
SpEL stems from the fact, that the expressions can refer to framework abstractions or other application components
through SpEL EvaluationContext extension model.</li>
</ol>
Examples:
<pre>
<code> @Query</code>(value = "SELECT * from #{#entityName} where email = :email")
User searchUserByEmail(<code> @Param</code>("email") String email);
<code> @Query</code>(value = "SELECT * from #{#entityName} where country = ?#{[0]} and city = ?#{[1]}")
List<User> searchUsersByCity(<code> @Param</code>("country") String country, <code> @Param</code>("city") String city,
Pageable pageable);
<code> @Query</code>(value = "SELECT * from #{#entityName} where email = ?")
User searchUserByEmail(String email);
<code> @Query</code>(value = "SELECT * from #{#entityName} where lucene = ?#{
luceneQueryBuilder.search().refresh(true).filter(luceneQueryBuilder.match('city',#city)).build()}")
List<User> searchUsersByCity(<code> @Param</code>("city") String city, Pageable pageable);
</pre>
</li>
<li> Supports SpEL expressions into Text queries (<a href="../../../../../../org/apache/ignite/cache/query/TextQuery.html" title="class in org.apache.ignite.cache.query"><code>TextQuery</code></a>). Examples:
<pre>
<code> @Query</code>(textQuery = true, value = "email: #{#email}")
User searchUserByEmail(<code> @Param</code>("email") String email);
<code> @Query</code>(textQuery = true, value = "#{#textToSearch}")
List<User> searchUsersByText(<code> @Param</code>("textToSearch") String text, Pageable pageable);
<code> @Query</code>(textQuery = true, value = "#{[0]}")
List<User> searchUsersByText(String textToSearch, Pageable pageable);
<code> @Query</code>(textQuery = true, value = "#{luceneQueryBuilder.search().refresh(true).filter(luceneQueryBuilder
.match('city', #city)).build()}")
List<User> searchUserByCity(<code> @Param</code>("city") String city, Pageable pageable);
</pre>
</li>
<li> Supports dynamic query and tuning at runtime by using <a href="../../../../../../org/apache/ignite/springdata22/repository/config/DynamicQueryConfig.html" title="class in org.apache.ignite.springdata22.repository.config"><code>DynamicQueryConfig</code></a> method parameter. Examples:
<pre>
<code> @Query</code>(value = "SELECT * from #{#entityName} where email = :email")
User searchUserByEmailWithQueryTuning(<code> @Param</code>("email") String email, <code> @Param</code>("ignoredUsedAsQueryTuning") DynamicQueryConfig config);
<code> @Query</code>(dynamicQuery = true)
List<User> searchUsersByCityWithDynamicQuery(<code> @Param</code>("country") String country, <code> @Param</code>("city") String city,
<code> @Param</code>("ignoredUsedAsDynamicQueryAndTuning") DynamicQueryConfig config, Pageable pageable);
...
DynamicQueryConfig onlyTunning = new DynamicQueryConfig().setCollocated(true);
repo.searchUserByEmailWithQueryTuning("user@mail.com", onlyTunning);
DynamicQueryConfig withDynamicQuery = new DynamicQueryConfig().value("SELECT * from #{#entityName} where country = ?#{[0] and city = ?#{[1]}").setForceFieldsQuery(true).setLazy(true).setCollocated(true);
repo.searchUsersByCityWithDynamicQuery("Spain", "Madrid", withDynamicQuery, new PageRequest(0, 100));
</pre>
</li>
</ol></div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/springdata22/repository/query/IgniteRepositoryQuery.QueryCursorWrapper.html" title="class in org.apache.ignite.springdata22.repository.query">IgniteRepositoryQuery.QueryCursorWrapper</a><span class='angle_bracket'>&lt;</span><a href="../../../../../../org/apache/ignite/springdata22/repository/query/IgniteRepositoryQuery.QueryCursorWrapper.html" title="type parameter in IgniteRepositoryQuery.QueryCursorWrapper">T</a>,<a href="../../../../../../org/apache/ignite/springdata22/repository/query/IgniteRepositoryQuery.QueryCursorWrapper.html" title="type parameter in IgniteRepositoryQuery.QueryCursorWrapper">V</a><span class='angle_bracket'>&gt;</span></span></code>
<div class="block">Ignite QueryCursor wrapper.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/springdata22/repository/query/IgniteRepositoryQuery.html#IgniteRepositoryQuery-org.apache.ignite.Ignite-org.springframework.data.repository.core.RepositoryMetadata-org.apache.ignite.springdata22.repository.query.IgniteQuery-java.lang.reflect.Method-org.springframework.data.projection.ProjectionFactory-org.apache.ignite.IgniteCache-org.apache.ignite.springdata22.repository.config.DynamicQueryConfig-org.springframework.data.repository.query.QueryMethodEvaluationContextProvider-">IgniteRepositoryQuery</a></span>(<a href="../../../../../../org/apache/ignite/Ignite.html" title="interface in org.apache.ignite">Ignite</a>&nbsp;ignite,
org.springframework.data.repository.core.RepositoryMetadata&nbsp;metadata,
@Nullable <a href="../../../../../../org/apache/ignite/springdata22/repository/query/IgniteQuery.html" title="class in org.apache.ignite.springdata22.repository.query">IgniteQuery</a>&nbsp;staticQuery,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a>&nbsp;mtd,
org.springframework.data.projection.ProjectionFactory&nbsp;factory,
<a href="../../../../../../org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a>&nbsp;cache,
@Nullable <a href="../../../../../../org/apache/ignite/springdata22/repository/config/DynamicQueryConfig.html" title="class in org.apache.ignite.springdata22.repository.config">DynamicQueryConfig</a>&nbsp;staticQueryConfiguration,
org.springframework.data.repository.query.QueryMethodEvaluationContextProvider&nbsp;queryMethodEvaluationContextProvider)</code>
<div class="block">Instantiates a new Ignite repository query.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code><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></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/springdata22/repository/query/IgniteRepositoryQuery.html#execute-java.lang.Object:A-">execute</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;values)</code>
<div class="block"> @param values the values</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>org.springframework.data.repository.query.QueryMethod</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/ignite/springdata22/repository/query/IgniteRepositoryQuery.html#getQueryMethod--">getQueryMethod</a></span>()</code></td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<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></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="IgniteRepositoryQuery-org.apache.ignite.Ignite-org.springframework.data.repository.core.RepositoryMetadata-org.apache.ignite.springdata22.repository.query.IgniteQuery-java.lang.reflect.Method-org.springframework.data.projection.ProjectionFactory-org.apache.ignite.IgniteCache-org.apache.ignite.springdata22.repository.config.DynamicQueryConfig-org.springframework.data.repository.query.QueryMethodEvaluationContextProvider-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>IgniteRepositoryQuery</h4>
<pre>public&nbsp;IgniteRepositoryQuery(<a href="../../../../../../org/apache/ignite/Ignite.html" title="interface in org.apache.ignite">Ignite</a>&nbsp;ignite,
org.springframework.data.repository.core.RepositoryMetadata&nbsp;metadata,
@Nullable
@Nullable <a href="../../../../../../org/apache/ignite/springdata22/repository/query/IgniteQuery.html" title="class in org.apache.ignite.springdata22.repository.query">IgniteQuery</a>&nbsp;staticQuery,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a>&nbsp;mtd,
org.springframework.data.projection.ProjectionFactory&nbsp;factory,
<a href="../../../../../../org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite">IgniteCache</a>&nbsp;cache,
@Nullable
@Nullable <a href="../../../../../../org/apache/ignite/springdata22/repository/config/DynamicQueryConfig.html" title="class in org.apache.ignite.springdata22.repository.config">DynamicQueryConfig</a>&nbsp;staticQueryConfiguration,
org.springframework.data.repository.query.QueryMethodEvaluationContextProvider&nbsp;queryMethodEvaluationContextProvider)</pre>
<div class="block">Instantiates a new Ignite repository query.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ignite</code> - the ignite</dd>
<dd><code>metadata</code> - Metadata.</dd>
<dd><code>staticQuery</code> - Query.</dd>
<dd><code>mtd</code> - Method.</dd>
<dd><code>factory</code> - Factory.</dd>
<dd><code>cache</code> - Cache.</dd>
<dd><code>staticQueryConfiguration</code> - the query configuration</dd>
<dd><code>queryMethodEvaluationContextProvider</code> - the query method evaluation context provider</dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="execute-java.lang.Object:A-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>execute</h4>
<pre>public&nbsp;<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;execute(<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;values)</pre>
<div class="block"> @param values the values</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>execute</code>&nbsp;in interface&nbsp;<code>org.springframework.data.repository.query.RepositoryQuery</code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the object</dd>
</dl>
</li>
</ul>
<a name="getQueryMethod--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getQueryMethod</h4>
<pre>public&nbsp;org.springframework.data.repository.query.QueryMethod&nbsp;getQueryMethod()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>getQueryMethod</code>&nbsp;in interface&nbsp;<code>org.springframework.data.repository.query.RepositoryQuery</code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= 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 class="navBarCell1Rev">Class</li>
<li><a href="class-use/IgniteRepositoryQuery.html">Use</a></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><a href="../../../../../../org/apache/ignite/springdata22/repository/query/IgniteQueryGenerator.html" title="class in org.apache.ignite.springdata22.repository.query"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../org/apache/ignite/springdata22/repository/query/IgniteRepositoryQuery.QueryCursorWrapper.html" title="class in org.apache.ignite.springdata22.repository.query"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/ignite/springdata22/repository/query/IgniteRepositoryQuery.html" target="_top">Frames</a></li>
<li><a href="IgniteRepositoryQuery.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><table width="100%" border="0" cellspacing=0 cellpadding=0 style="padding: 5px"> <tr> <td> <table style="padding-left: 0; margin: 0"> <tbody style="padding: 0; margin: 0"> <tr style="padding: 0; margin: 0"> <td> <a target=_blank href="https://ignite.apache.org"><nobr>2020 Copyright &#169; Apache Software Foundation</nobr></a> </td> </tr> </tbody> </table> </td> <td width="100%" align="right" valign="center"> <a href="https://twitter.com/ApacheIgnite" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @ApacheIgnite</a> </td> </tr> <tr> <td colspan="2" valign="top" align="left"> <table style="padding-left: 0; margin: 0"> <tbody style="padding: 0; margin: 0"> <tr style="padding: 0; margin: 0"> <td> <b>Ignite Database and Caching Platform</b> </td> <td>:&nbsp;&nbsp; ver. <strong>2.9.1</strong> </td> </tr> <tr style="padding: 0; margin: 0"> <td> <b>Release Date</b> </td> <td>:&nbsp;&nbsp; December 9 2020 </td> </tr> </tbody> </table> </td> </tr> </table></small></p>
</body>
</html>