Browse Source

Fix typo ignoreing -> ignoring

Original pull request #1756
pull/1765/head
Vitalii Mahas 2 years ago committed by Jens Schauder
parent
commit
7a1ffb9407
No known key found for this signature in database
GPG Key ID: 89F36EDF8C1BEA56
  1. 2
      src/main/antora/modules/ROOT/pages/jdbc/mapping.adoc

2
src/main/antora/modules/ROOT/pages/jdbc/mapping.adoc

@ -105,7 +105,7 @@ Also, the type of that aggregate is encoded in a type parameter. @@ -105,7 +105,7 @@ Also, the type of that aggregate is encoded in a type parameter.
All references in an aggregate result in a foreign key relationship in the opposite direction in the database.
By default, the name of the foreign key column is the table name of the referencing entity.
Alternatively you may choose to have them named by the entity name of the referencing entity ignoreing `@Table` annotations.
Alternatively you may choose to have them named by the entity name of the referencing entity ignoring `@Table` annotations.
You activate this behaviour by calling `setForeignKeyNaming(ForeignKeyNaming.IGNORE_RENAMING)` on the `RelationalMappingContext`.
For `List` and `Map` references an additional column is required for holding the list index or map key.

Loading…
Cancel
Save