Skip to content

Commit

Permalink
HHH-8427 Typo in documentation - Basic Mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Evenson authored and brmeyer committed Aug 6, 2013
1 parent 74efab3 commit 9b4c401
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2316,7 +2316,7 @@ public class Flight implements Serializable {
</section>
</section>

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

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

0 comments on commit 9b4c401

Please sign in to comment.