Skip to content

Commit 67d648b

Browse files
christophstroblschauder
authored andcommitted
Import AOT documentation from commons.
See #5078 Original pull request #5080
1 parent ac2ea15 commit 67d648b

File tree

1 file changed

+7
-5
lines changed
  • src/main/antora/modules/ROOT/pages/mongodb

1 file changed

+7
-5
lines changed

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
= Ahead of Time Optimizations
1+
include::{commons}@data-commons::page$aot.adoc[]
22

3-
For a general explanation of what Ahead of Time (AoT) Optimizations Spring Data offers and how to enable them see
4-
xref:{commons}@data-commons::page$aot.adoc[]
3+
== MongoDB Specific Ahead Of Time Features
4+
5+
[[aot.repositories.mongodb]]
6+
=== MongoDB Ahead of Time Repositories
57

6-
Each module offers optimizations for a slightly different set of repository method.
78
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.
89

910
**Supported Features**
@@ -19,7 +20,8 @@ With Spring Data MongoDb we generally support query methods that are not backed
1920

2021
* `@Meta.flags` is not evaluated.
2122
* Limited `Collation` detection.
22-
* No support for in-clauses with pattern matching / case insensitivity
23+
* No support for in-clauses with pattern matching / case insensitivity.
24+
* Custom Collection return types (e.g. `io.vavr.collection`, `"org.eclipse.collections`) are not yet supported.
2325

2426
**Excluded methods**
2527

0 commit comments

Comments
 (0)