Skip to content

Commit 7a1ffb9

Browse files
rand0m86schauder
authored andcommitted
Fix typo ignoreing -> ignoring
Original pull request #1756
1 parent 1056031 commit 7a1ffb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Also, the type of that aggregate is encoded in a type parameter.
105105
All references in an aggregate result in a foreign key relationship in the opposite direction in the database.
106106
By default, the name of the foreign key column is the table name of the referencing entity.
107107

108-
Alternatively you may choose to have them named by the entity name of the referencing entity ignoreing `@Table` annotations.
108+
Alternatively you may choose to have them named by the entity name of the referencing entity ignoring `@Table` annotations.
109109
You activate this behaviour by calling `setForeignKeyNaming(ForeignKeyNaming.IGNORE_RENAMING)` on the `RelationalMappingContext`.
110110

111111
For `List` and `Map` references an additional column is required for holding the list index or map key.

0 commit comments

Comments
 (0)