Skip to content

Commit 9b4c401

Browse files
Darren Evensonbrmeyer
Darren Evenson
authored andcommitted
HHH-8427 Typo in documentation - Basic Mapping
1 parent 74efab3 commit 9b4c401

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/src/main/docbook/manual/en-US/content/basic_mapping.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2316,7 +2316,7 @@ public class Flight implements Serializable {
23162316
</section>
23172317
</section>
23182318

2319-
<section xml:id="mapping-declaration-property" revision="4">
2319+
<section xml:id="mapping-declaration-property" revision="5">
23202320
<title>Property</title>
23212321

23222322
<para>You need to decide which property needs to be made persistent in a
@@ -2550,7 +2550,7 @@ public class MonetaryAmount implements Serializable {
25502550
the position of the <classname>@Id</classname> or
25512551
<classname>@EmbeddedId</classname> annotations. If these annotations
25522552
are on a field, then only fields are considered for persistence and
2553-
the state is accessed via the field. If there annotations are on a
2553+
the state is accessed via the field. If these annotations are on a
25542554
getter, then only the getters are considered for persistence and the
25552555
state is accessed via the getter/setter. That works well in practice
25562556
and is the recommended approach.<note>

0 commit comments

Comments
 (0)