minor change to table

This commit is contained in:
Gavin King 2023-09-01 22:59:33 +02:00
parent f9a0065976
commit b54598312a
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ Oh and, you know, it's pretty useful to be able to rename a finder method _witho
The code generated for this finder method depends on what kind of fields match the method parameters:
[cols="35,~"]
[cols="45,~"]
|===
|`@Id` field | Uses `EntityManager.find()`
|All `@NaturalId` fields | Uses `Session.byNaturalId()`