Skip to content

Commit 426d90e

Browse files
Remove @odata.apply.transformations (#1884)
Starting from `cds-services` 4.x the annotation `@odata.apply.transformations` is optional
1 parent 9316e91 commit 426d90e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

advanced/odata.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,15 +1172,11 @@ The `Hierarchy` aspect defines a set of virtual elements, automatically calculat
11721172
The following service defines the projection on the domain model.
11731173

11741174
```cds
1175-
@odata.apply.transformations
11761175
service HRService {
11771176
entity HREmployee as projection on Employee;
11781177
}
11791178
```
11801179

1181-
::: warning
1182-
The service must be annotated with `@odata.apply.transformations`. This instructs the Java Runtime to push down the whole transformation pipeline to the persistence layer.
1183-
:::
11841180

11851181
##### OData v4 Annotations for Fiori
11861182

0 commit comments

Comments
 (0)