Browse Source

DATAJDBC-265 - Include documentation about Object Mapping Fundamentals.

Related ticket: DATACMNS-1374.
pull/88/merge
Mark Paluch 7 years ago
parent
commit
1c15215735
  1. 2
      src/main/asciidoc/jdbc.adoc

2
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. 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. 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]] [[jdbc.entity-persistence.types]]
=== Supported Types in Your Entity === Supported Types in Your Entity

Loading…
Cancel
Save