Add support for Value Expressions.

Closes: #4634
Original Pull Request: #4635
This commit is contained in:
Mark Paluch
2024-02-12 15:44:39 +01:00
committed by Christoph Strobl
parent 374ebb801b
commit e6dd5a3565
12 changed files with 134 additions and 63 deletions

View File

@@ -26,6 +26,7 @@
*** xref:mongodb/mapping/document-references.adoc[Object References]
*** xref:mongodb/mapping/mapping-index-management.adoc[]
** xref:mongodb/value-expressions.adoc[]
** xref:mongodb/lifecycle-events.adoc[]
** xref:mongodb/auditing.adoc[]
** xref:mongodb/client-session-transactions.adoc[]

View File

@@ -0,0 +1 @@
include::{commons}@data-commons::page$value-expressions.adoc[]