DATAJDBC-265 - Include documentation about Object Mapping Fundamentals.

Related ticket: DATACMNS-1374.
This commit is contained in:
Mark Paluch
2018-09-18 13:30:42 +02:00
parent 863bf225f6
commit 1c15215735

View File

@@ -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