diff --git a/src/reference/docbook/index.xml b/src/reference/docbook/index.xml
index 357f56d7f..189e86074 100644
--- a/src/reference/docbook/index.xml
+++ b/src/reference/docbook/index.xml
@@ -43,7 +43,10 @@
spring-data-rest-webmvc
+ artifact to your compile-time dependencies:
+
+ spring-data-rest-webmvc
+ artifact to your compile-time dependencies:
+
+ @Import
+ annotation or you can subclass it and override any of the
+ configureXXX
+ methods to add your own configuration to that of Spring Data REST.
+ configureConversionService
+ method and add your own converters. To convert a query parameter to a complex object, for instance, you would
+ want to register a converter for
+ rest-shell:
+
+ | Command | -Description | -
|---|---|
|
- |
-
- |
-
|
- |
-
- |
-
|
- |
-
- |
-
|
- |
-
- |
-
|
- |
-
- |
-
|
- |
-
- |
-
|
- |
-
- |
-
|
- |
-
- |
-
|
- |
-
- |
-
|
- |
-
- |
-
|
- |
-
- |
-
|
- |
-
- |
-
|
- |
-
- |
-
|
- |
-
- |
-
|
- |
-
- --follow true
- is set, then follow any redirects automatically. If
- --output filename
- is set, output the the response into the given file.
- |
-
|
- |
-
- |
-
|
- |
-
- |
-
|
- |
-
- |
-
|
- |
-
- |
-
|
- |
-
- |
-
|
- |
-
- |
-
page, to specify page number
+ limit, to specify how many results to return on a page, and
+ sort
+ to specify the query method parameter on which to sort. To change the names of the query parameters, simply call
+ the appropriate method on
+ p, the limit parameter to
+ l, and the sort parameter to
+ q:
+
+ .dir
+ and setting that value to either
+ asc
+ ordesc. The following would use the
+ findByNameStartsWith
+ query method defined on the
+ rel
+ and
+ href
+ property. These objects will appear in an array under an object's
+ links
+ property. These objects are meant to provide a user agent with the URLs necessary to retrieve resources related to
+ the current resource being accessed.
href.
+ Issue a
+ get
+ in the
+ rest-shell
+ to see an example of links.
+
+ @ManyToOne,
+ @OneToOne, or other relationship annotation. If using Spring Data MongoDB, one would place a
+ @DBRef
+ annotation on a property to denote its special status as a reference to other entities. In the example project,
+ the
+ siblings
+ property. If you
+ get
+ the resource of a
+ siblings
+ property, the link to follow to get the related
+ configureJacksonObjectMapper
+ method. That method will be passed an
+ setupModule
+ method implementation, do something like the following:
+ | Command | +Description | +
|---|---|
|
+ |
+
+ |
+
|
+ |
+
+ |
+
|
+ |
+
+ |
+
|
+ |
+
+ |
+
|
+ |
+
+ |
+
|
+ |
+
+ |
+
|
+ |
+
+ |
+
|
+ |
+
+ |
+
|
+ |
+
+ |
+
|
+ |
+
+ |
+
|
+ |
+
+ |
+
|
+ |
+
+ |
+
|
+ |
+
+ |
+
|
+ |
+
+ |
+
|
+ |
+
+ --follow true
+ is set, then follow any redirects automatically. If
+ --output filename
+ is set, output the the response into the given file.
+ |
+
|
+ |
+
+ |
+
|
+ |
+
+ |
+
|
+ |
+
+ |
+
|
+ |
+
+ |
+
|
+ |
+
+ |
+
|
+ |
+
+ |
+
configureValidatingRepositoryEventListener
+ method and call the
+ addValidator
+ method:
+
+