Updated Documentation

This commit is contained in:
Mohsin Husen 2013-01-28 12:01:33 +00:00
parent e3556c9183
commit dfc2999caa
6 changed files with 6 additions and 16 deletions

Binary file not shown.

Binary file not shown.

BIN
site/reference.zip Normal file

Binary file not shown.

View File

@ -836,17 +836,13 @@ http://www.springframework.org/schema/data/elasticsearch/spring-elasticsearch-1.
</td></tr><tr><td>
<code class="code">In</code>
</td><td>
<code class="code">findByNameIn(Collection&lt;String&gt;
names)
</code>
<code class="code">findByNameIn(Collection&lt;String&gt;names)</code>
</td><td>
<code class="code">Not Supported Yet !</code>
</td></tr><tr><td>
<code class="code">NotIn</code>
</td><td>
<code class="code">findByNameNotIn(Collection&lt;String&gt;
names)
</code>
<code class="code">findByNameNotIn(Collection&lt;String&gt;names)</code>
</td><td>
<code class="code">Not Supported Yet !</code>
</td></tr><tr><td>
@ -854,8 +850,7 @@ http://www.springframework.org/schema/data/elasticsearch/spring-elasticsearch-1.
</td><td>
<code class="code">findByStoreNear</code>
</td><td>
<code class="code">Not Supported Yet !
</code>
<code class="code">Not Supported Yet !</code>
</td></tr><tr><td>
<code class="code">True</code>
</td><td>

View File

@ -367,9 +367,7 @@ public void setRepository(ProductRepository repository) {
<code>In</code>
</entry>
<entry>
<code>findByNameIn(Collection&lt;String&gt;
names)
</code>
<code>findByNameIn(Collection&lt;String&gt;names)</code>
</entry>
<entry>
<code>Not Supported Yet !</code>
@ -380,9 +378,7 @@ public void setRepository(ProductRepository repository) {
<code>NotIn</code>
</entry>
<entry>
<code>findByNameNotIn(Collection&lt;String&gt;
names)
</code>
<code>findByNameNotIn(Collection&lt;String&gt;names)</code>
</entry>
<entry>
<code>Not Supported Yet !</code>
@ -396,8 +392,7 @@ public void setRepository(ProductRepository repository) {
<code>findByStoreNear</code>
</entry>
<entry>
<code>Not Supported Yet !
</code>
<code>Not Supported Yet !</code>
</entry>
</row>
<row>