DATACOUCH-405 - Include documentation about Object Mapping Fundamentals.

Related ticket: DATACMNS-1374.
This commit is contained in:
Mark Paluch
2018-09-18 13:14:48 +02:00
parent 8e86109bf2
commit 1b989d6f30

View File

@@ -3,6 +3,8 @@
This chapter describes how to model Entities and explains their counterpart representation in Couchbase Server itself.
include::{spring-data-commons-docs}/object-mapping.adoc[leveloffset=+1]
[[basics]]
== Documents and Fields
@@ -472,4 +474,4 @@ public class AuditConfiguration extends AbstractCouchbaseConfiguration {
return new NaiveAuditorAware();
}
----
====
====