diff --git a/guides/using-services.md b/guides/using-services.md index 847616b79..48dbcea40 100644 --- a/guides/using-services.md +++ b/guides/using-services.md @@ -892,6 +892,16 @@ You need additional logic, if remote entities are in the game. The following tab | Remote: Expand local | `/service/risks/Suppliers?$expand=risks` | Delegate query w/o expand to remote service and implement expand. | | Remote: Navigate to local | `/service/Suppliers(...)/risks` | Implement navigation, delegate query for target to local service | + +##### Support Analytical Queries in Java {.java} + +CAP Java provides an out-of-the-box support for remote analytical queries. + +| **Request** | **Example** | **Implementation** | +| --------------------------------------------------------------------- | ---------------------------------------- | ----------------------------------------------------------------- | +| Remote: Analytical queries | `/service/risks/Suppliers?$apply=...` | Delegate query to remote service | + + #### Transient Access vs. Replication > This chapter shows only techniques for transient access.