Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions java/developing-applications/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,10 +554,6 @@ Other options in this goal enable or disable certain features that change the wa
If your entity is modelled with the [composition of aspects](../../cds/cdl#with-named-targets), the generated interfaces always reference original aspect as type for setters and getters.
When this switch is enabled, the code generator uses the type generated by the compiler instead of the type of the aspect itself and will include methods to fetch keys, for example.

:::warning Limitations
This is supported only for the named aspects (inline targets are not supported) and does not respect all possible options how such entities might be exposed by services.
:::

- [`betterNames`](../assets/cds-maven-plugin-site/generate-mojo.html#betterNames)

CDS models from external sources might include elements that have some special characters in their names or include elements that clash with Java keywords. Such cases always can be solved with the [renaming features](../cds-data#renaming-elements-in-java) provided by code generator, but in case of large models, this is tedious.
Expand Down
Loading