Skip to content

Commit

Permalink
Update java/data.md
Browse files Browse the repository at this point in the history
Co-authored-by: René Jeglinsky <[email protected]>
  • Loading branch information
vmikhailenko and renejeglinsky authored Jan 19, 2024
1 parent 239fa34 commit 2d35c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ The name of the CDS element referred to by a getter or setter, is defined throug

For all structured types of the CDS model, accessor interfaces can be generated using the [CDS Maven Plugin](./advanced#staticmodel). The generated accessor interfaces allow for hybrid access and easy serialization to JSON.

By default, the accessor interfaces provide the setter and getter methods inspired by the JavaBeans specification and the way used by the common ORM frameworks.
By default, the accessor interfaces provide the setter and getter methods inspired by the JavaBeans specification.

Following example uses accessor interfaces that have been generated with the default (JavaBeans) style:

Expand Down

0 comments on commit 2d35c05

Please sign in to comment.