HHH-14545 Fix typo "Generator" -> "GeneratorType"

This commit is contained in:
sajad 2021-04-04 16:19:42 +04:30 committed by Christian Beikov
parent ad84aaf0bc
commit 298b1f87b7
1 changed files with 2 additions and 2 deletions

View File

@ -1448,7 +1448,7 @@ include::{sourcedir}/generated/GeneratorTypeTest.java[tags=mapping-generated-Gen
When the `Person` entity is persisted, Hibernate is going to populate the `createdBy` column with the currently logged user.
[[mapping-generated-GeneratorType-persist-example]]
.`@Generated` persist example
.`@GeneratorType` persist example
====
[source, JAVA, indent=0]
----
@ -1465,7 +1465,7 @@ The same goes when the `Person` entity is updated.
Hibernate is going to populate the `updatedBy` column with the currently logged user.
[[mapping-generated-GeneratorType-update-example]]
.`@Generated` update example
.`@GeneratorType` update example
====
[source, JAVA, indent=0]
----