DATACMNS-258 - Copyediting of reference documentation.

This commit is contained in:
Beverley Talbott
2013-01-28 12:52:41 +01:00
committed by Oliver Gierke
parent d972e984fe
commit 8e3b0cb1e6
3 changed files with 477 additions and 422 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -7,9 +7,9 @@
<section id="namespace-dao-config">
<title>The <code>&lt;repositories /&gt;</code> element</title>
<para>The <code>&lt;repositories /&gt;</code> triggers the setup of the
Spring Data repository infrastructure. The most important attribute is
<code>base-package</code> which defines the package to scan for Spring
<para>The <code>&lt;repositories /&gt;</code> element triggers the setup
of the Spring Data repository infrastructure. The most important attribute
is <code>base-package</code> which defines the package to scan for Spring
Data repository interfaces.<footnote>
<para>see <xref
linkend="repositories.create-instances.spring"/></para>
@@ -39,7 +39,7 @@
interfaces extending <interfacename>*Repository</interfacename>
(actual interface is determined by specific Spring Data module) in
auto detection mode. All packages below the configured package
will be scanned, too. Wildcards are also allowed.</entry>
will be scanned, too. Wildcards are allowed.</entry>
</row>
<row>

View File

@@ -8,9 +8,9 @@
<title>Supported query keywords</title>
<para>The following table lists the keywords generally supported by the
Spring data repository query derivation mechanism. However consult the
store specific documentation for the exact list of supported keywords as
some of the ones listed here might not be supported in a particular
Spring Data repository query derivation mechanism. However, consult the
store-specific documentation for the exact list of supported keywords,
because some listed here might not be supported in a particular
store.</para>
<table>
@@ -30,6 +30,18 @@
</thead>
<tbody>
<row>
<entry><code>AND</code></entry>
<entry><literal>And</literal></entry>
</row>
<row>
<entry><code>OR</code></entry>
<entry><literal>Or</literal></entry>
</row>
<row>
<entry><code>AFTER</code></entry>