minor change to table
This commit is contained in:
parent
f9a0065976
commit
b54598312a
|
@ -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:
|
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()`
|
|`@Id` field | Uses `EntityManager.find()`
|
||||||
|All `@NaturalId` fields | Uses `Session.byNaturalId()`
|
|All `@NaturalId` fields | Uses `Session.byNaturalId()`
|
||||||
|
|
Loading…
Reference in New Issue