From 1c1521573561744e221eb070208c8591b273c74f Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 18 Sep 2018 13:30:42 +0200 Subject: [PATCH] DATAJDBC-265 - Include documentation about Object Mapping Fundamentals. Related ticket: DATACMNS-1374. --- src/main/asciidoc/jdbc.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/asciidoc/jdbc.adoc b/src/main/asciidoc/jdbc.adoc index f2eba373d..9d4722c5d 100644 --- a/src/main/asciidoc/jdbc.adoc +++ b/src/main/asciidoc/jdbc.adoc @@ -103,6 +103,8 @@ While this process could and probably will be improved, there are certain limita It does not know the previous state of an aggregate. So any update process always has to take whatever it finds in the database and make sure it converts it to whatever is the state of the entity passed to the save method. +include::{spring-data-commons-docs}/object-mapping.adoc[leveloffset=+2] + [[jdbc.entity-persistence.types]] === Supported Types in Your Entity