diff --git a/java/developing-applications/properties.json b/java/developing-applications/properties.json index 1c0307a62..e79970321 100644 --- a/java/developing-applications/properties.json +++ b/java/developing-applications/properties.json @@ -1627,6 +1627,18 @@ "default": "auto", "doc": "Sets the inline-count mode. Possible values are: `auto`, `window-function` and `query`" }, + { + "header": true, + "name": "cds.sql.toOnePath", + "doc": "Configuration properties for to-one path expressions." + }, + { + "header": false, + "name": "cds.sql.toOnePath.mode", + "type": "String", + "default": "always-join", + "doc": "Sets the to-one path mode. Possible values are: `always-join` (default) and `optimize`. In
`always-join` mode, the SQL generation always generates a join for to-one path expressions,
in `optimize` mode joins are avoided if a FK column can be selected instead." + }, { "header": true, "name": "cds.auditLog",