DATACMNS-258 - Copyediting of reference documentation.
This commit is contained in:
committed by
Oliver Gierke
parent
d972e984fe
commit
8e3b0cb1e6
File diff suppressed because it is too large
Load Diff
@@ -7,9 +7,9 @@
|
||||
<section id="namespace-dao-config">
|
||||
<title>The <code><repositories /></code> element</title>
|
||||
|
||||
<para>The <code><repositories /></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><repositories /></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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user