File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
documentation/src/main/docbook/manual/en-US/content Expand file tree Collapse file tree 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 {
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 >
You can’t perform that action at this time.
0 commit comments