Skip to content

Commit 98ebd20

Browse files
Update Overview Section with latest features (Vector & AOT)
1 parent ceb34fe commit 98ebd20

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/main/antora/modules/ROOT/pages/mongodb.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Includes integrated object mapping between documents and POJOs.
1616
* xref:repositories/core-extensions.adoc#mongodb.repositories.queries.type-safe[QueryDSL integration] to support type-safe queries.
1717
* xref:mongodb/client-session-transactions.adoc[Multi-Document Transactions].
1818
* xref:mongodb/template-query-operations.adoc#mongo.geo-json[GeoSpatial integration].
19+
* xref:mongodb/mongo-search-indexes.adoc#mongo.search.vector[Vector Index] and declarative xref:mongodb/repositories/vector-search.adoc[Vector Search] support.
20+
* xref:mongodb/aot.adoc[Ahead Of Time (AOT)] optimizations.
1921

2022
For most tasks, you should use `MongoTemplate` or the Repository support, which both leverage the rich mapping functionality.
2123
`MongoTemplate` is the place to look for accessing functionality such as incrementing counters or ad-hoc CRUD operations.

src/main/antora/modules/ROOT/pages/mongodb/aot.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ include::{commons}@data-commons::page$aot.adoc[]
77

88
With Spring Data MongoDb we generally support query methods that are not backed by an xref:repositories/custom-implementations.adoc[implementation fragment], and don't require, with a few limitations detailed below.
99

10+
[NOTE]
11+
====
12+
Reactive Repository interfaces using Project Reactor, Kotlin Coroutines et. al. are not supported.
13+
====
14+
1015
**Supported Features**
1116

1217
* Derived `find`, `count`, `exists` and `delete` methods

0 commit comments

Comments
 (0)