Update identifiers.adoc
This commit is contained in:
parent
14f7b49b79
commit
be0ef0291c
|
@ -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.
|
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 <<chapters/domain/basic_types.adoc#mapping-generated, generated properties section>> like `@Generated`, `@CreationTimestamp` or `@ValueGenerationType` or database-generated values.
|
Therefore, you cannot use any of the automatic property generator described by the <<chapters/domain/basic_types.adoc#mapping-generated, generated properties section>> 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.
|
then Hibernate can use the `ROWID` pseudo-column for CRUD operations.
|
||||||
|
|
||||||
[[identifiers-rowid-mapping]]
|
[[identifiers-rowid-mapping]]
|
||||||
.`@RowId` entity maapping
|
.`@RowId` entity mapping
|
||||||
====
|
====
|
||||||
[source, JAVA, indent=0]
|
[source, JAVA, indent=0]
|
||||||
----
|
----
|
||||||
|
|
Loading…
Reference in New Issue