File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
documentation/src/main/asciidoc/topical/accesstype Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -237,15 +237,18 @@ JPA also says that access type can be explicitly specified on an individual attr
237237== Extensions
238238
239239As discussed above, whether defined implicitly or explicitly, the notion of access type controls:
240+
240241. identifying persistent attributes
241242. locating each persistent attribute's mapping information
242243. runtime access to each persistent attribute.
243244
244245Regardless of implicit/explicit the following are always true:
246+
245247* FIELD access always indicates runtime access via direct field access
246248* PROPERTY access always indicates runtime access via getter/setter
247249
248250In terms of default behavior:
251+
249252* Given FIELD access, all mapping annotations are expected to be placed on the corresponding class field
250253* Given PROPERTY access, all mapping annotations are expected to be placed on the corresponding class getter method
251254
You can’t perform that action at this time.
0 commit comments