Skip to content

Commit

Permalink
Update java/data.md
Browse files Browse the repository at this point in the history
Co-authored-by: Adrian Görler <[email protected]>
  • Loading branch information
vmikhailenko and agoerler authored Jan 16, 2024
1 parent adf0a60 commit 0cc89c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion java/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,9 @@ The generation mode is configured by the property [`<methodStyle>`](./assets/cds

The style of the interfaces is the matter of personal taste and you can select one that is best for you.

The way the interfaces are generated does not affect how the entities represented by them are handled by CAP and does not change the way how the event contexts and entities delivered by the CAP looks like. Such interfaces from CAP are always modelled in the default JavaBeans style.
The way the interfaces are generated determines only how data is accessed by custom code. It does not affect how the data is represented in memory and handled by the CAP Java runtime.

Moreover, it does not change the way how the event contexts and entities delivered by the CAP looks like. Such interfaces from CAP are always modelled in the default JavaBeans style.

#### Renaming Elements in Java

Expand Down

0 comments on commit 0cc89c9

Please sign in to comment.