From be0ef0291cf508b9575d5c5beb1308df27615dee Mon Sep 17 00:00:00 2001 From: Esteban Gehring Date: Wed, 19 Jun 2019 11:06:39 +0200 Subject: [PATCH] Update identifiers.adoc --- .../asciidoc/userguide/chapters/domain/identifiers.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/src/main/asciidoc/userguide/chapters/domain/identifiers.adoc b/documentation/src/main/asciidoc/userguide/chapters/domain/identifiers.adoc index ad5c3d1e12..5919a1dd7f 100644 --- a/documentation/src/main/asciidoc/userguide/chapters/domain/identifiers.adoc +++ b/documentation/src/main/asciidoc/userguide/chapters/domain/identifiers.adoc @@ -214,7 +214,7 @@ include::{sourcedir}/IdManyToOneTest.java[tag=identifiers-composite-id-fetching- When using composite identifiers, the underlying identifier properties must be manually assigned by the user. -Automatically generated properties are not supported can be used to generate the value of an underlying property that makes the composite identifier. +Automatically generated properties are not supported to be used to generate the value of an underlying property that makes the composite identifier. Therefore, you cannot use any of the automatic property generator described by the <> like `@Generated`, `@CreationTimestamp` or `@ValueGenerationType` or database-generated values. @@ -623,7 +623,7 @@ If you annotate a given entity with the `@RowId` annotation and the underlying d then Hibernate can use the `ROWID` pseudo-column for CRUD operations. [[identifiers-rowid-mapping]] -.`@RowId` entity maapping +.`@RowId` entity mapping ==== [source, JAVA, indent=0] ---- @@ -645,4 +645,4 @@ include::{sourcedir}/RowIdTest.java[tag=identifiers-rowid-example] ---- include::{extrasdir}/id/identifiers-rowid-example.sql[] ---- -==== \ No newline at end of file +====