fix section title

This commit is contained in:
Gavin King 2023-06-14 01:24:28 +02:00 committed by Christian Beikov
parent df9372b824
commit b36694f9a6
1 changed files with 1 additions and 1 deletions

View File

@ -642,7 +642,7 @@ Polymorphic association joins for `@Any` mappings are not currently implemented.
====
[[dynamic-insert-update]]
=== Selective columns inserts and updates
=== Selective column lists in inserts and updates
By default, Hibernate generates `insert` and `update` statements for each entity during boostrap, and reuses the same `insert` statement every time an instance of the entity is made persistent, and the same `update` statement every time an instance of the entity is modified.