File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/antora/modules/ROOT/pages/jdbc Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ Also, the type of that aggregate is encoded in a type parameter.
105
105
All references in an aggregate result in a foreign key relationship in the opposite direction in the database.
106
106
By default, the name of the foreign key column is the table name of the referencing entity.
107
107
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.
109
109
You activate this behaviour by calling `setForeignKeyNaming(ForeignKeyNaming.IGNORE_RENAMING)` on the `RelationalMappingContext`.
110
110
111
111
For `List` and `Map` references an additional column is required for holding the list index or map key.
You can’t perform that action at this time.
0 commit comments