We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3998da commit c28115eCopy full SHA for c28115e
documentation/src/main/asciidoc/introduction/Entities.adoc
@@ -1262,7 +1262,7 @@ class Author {
1262
Long id;
1263
1264
@OneToOne(optional=false, fetch=LAZY)
1265
- Person author;
+ Person person;
1266
1267
...
1268
}
@@ -1333,7 +1333,7 @@ class Author {
1333
1334
1335
@MapsId
1336
1337
1338
1339
0 commit comments