File tree 1 file changed +2
-2
lines changed
documentation/src/main/docbook/manual/en-US/content
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2316,7 +2316,7 @@ public class Flight implements Serializable {
2316
2316
</section >
2317
2317
</section >
2318
2318
2319
- <section xml : id =" mapping-declaration-property" revision =" 4 " >
2319
+ <section xml : id =" mapping-declaration-property" revision =" 5 " >
2320
2320
<title >Property</title >
2321
2321
2322
2322
<para >You need to decide which property needs to be made persistent in a
@@ -2550,7 +2550,7 @@ public class MonetaryAmount implements Serializable {
2550
2550
the position of the <classname >@Id</classname > or
2551
2551
<classname >@EmbeddedId</classname > annotations. If these annotations
2552
2552
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
2554
2554
getter, then only the getters are considered for persistence and the
2555
2555
state is accessed via the getter/setter. That works well in practice
2556
2556
and is the recommended approach.<note >
You can’t perform that action at this time.
0 commit comments