Browse Source

Import AOT documentation from commons.

See #5078
Original pull request #5080
pull/5109/head
Christoph Strobl 1 month ago committed by Jens Schauder
parent
commit
67d648b3e9
No known key found for this signature in database
GPG Key ID: 2BE5D185CD2A1CE6
  1. 12
      src/main/antora/modules/ROOT/pages/mongodb/aot.adoc

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

@ -1,9 +1,10 @@
= Ahead of Time Optimizations include::{commons}@data-commons::page$aot.adoc[]
For a general explanation of what Ahead of Time (AoT) Optimizations Spring Data offers and how to enable them see == MongoDB Specific Ahead Of Time Features
xref:{commons}@data-commons::page$aot.adoc[]
[[aot.repositories.mongodb]]
=== MongoDB Ahead of Time Repositories
Each module offers optimizations for a slightly different set of repository method.
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. 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.
**Supported Features** **Supported Features**
@ -19,7 +20,8 @@ With Spring Data MongoDb we generally support query methods that are not backed
* `@Meta.flags` is not evaluated. * `@Meta.flags` is not evaluated.
* Limited `Collation` detection. * Limited `Collation` detection.
* No support for in-clauses with pattern matching / case insensitivity * No support for in-clauses with pattern matching / case insensitivity.
* Custom Collection return types (e.g. `io.vavr.collection`, `"org.eclipse.collections`) are not yet supported.
**Excluded methods** **Excluded methods**

Loading…
Cancel
Save