diff --git a/src/main/asciidoc/entity.adoc b/src/main/asciidoc/entity.adoc index 069f114c..910912ca 100644 --- a/src/main/asciidoc/entity.adoc +++ b/src/main/asciidoc/entity.adoc @@ -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(); } ---- -==== \ No newline at end of file +====