From 4f0bf30f4a1fac4f55bdd537967af8b5e2f6916d Mon Sep 17 00:00:00 2001 From: Evgeny Andreev Date: Wed, 28 May 2025 14:33:18 +0200 Subject: [PATCH] remove odata.apply.transformations --- advanced/odata.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/advanced/odata.md b/advanced/odata.md index 3e033140f..69960f00a 100644 --- a/advanced/odata.md +++ b/advanced/odata.md @@ -1172,15 +1172,11 @@ The `Hierarchy` aspect defines a set of virtual elements, automatically calculat The following service defines the projection on the domain model. ```cds -@odata.apply.transformations service HRService { entity HREmployee as projection on Employee; } ``` -::: warning -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. -::: ##### OData v4 Annotations for Fiori