@ -2272,8 +2274,17 @@ public class MongoTemplate implements MongoOperations, ApplicationContextAware,
@@ -2272,8 +2274,17 @@ public class MongoTemplate implements MongoOperations, ApplicationContextAware,
@ -93,6 +93,7 @@ public class MongoRepositoryContributor extends RepositoryContributor {
@@ -93,6 +93,7 @@ public class MongoRepositoryContributor extends RepositoryContributor {
@ -237,8 +238,12 @@ public class MongoRepositoryContributor extends RepositoryContributor {
@@ -237,8 +238,12 @@ public class MongoRepositoryContributor extends RepositoryContributor {
@ -198,10 +198,16 @@ public abstract class AbstractPersonRepositoryIntegrationTests implements Dirtie
@@ -198,10 +198,16 @@ public abstract class AbstractPersonRepositoryIntegrationTests implements Dirtie
@ -752,7 +758,6 @@ public abstract class AbstractPersonRepositoryIntegrationTests implements Dirtie
@@ -752,7 +758,6 @@ public abstract class AbstractPersonRepositoryIntegrationTests implements Dirtie
@ -1304,6 +1309,14 @@ public abstract class AbstractPersonRepositoryIntegrationTests implements Dirtie
@@ -1304,6 +1309,14 @@ public abstract class AbstractPersonRepositoryIntegrationTests implements Dirtie
@ -1662,7 +1675,7 @@ public abstract class AbstractPersonRepositoryIntegrationTests implements Dirtie
@@ -1662,7 +1675,7 @@ public abstract class AbstractPersonRepositoryIntegrationTests implements Dirtie
@ -124,6 +128,8 @@ public class AotFragmentTestConfigurationSupport implements BeanFactoryPostProce
@@ -124,6 +128,8 @@ public class AotFragmentTestConfigurationSupport implements BeanFactoryPostProce
@ -131,12 +137,15 @@ public class AotFragmentTestConfigurationSupport implements BeanFactoryPostProce
@@ -131,12 +137,15 @@ public class AotFragmentTestConfigurationSupport implements BeanFactoryPostProce
@ -72,15 +72,25 @@ These are typically all query methods that are not backed by an xref:repositorie
@@ -72,15 +72,25 @@ These are typically all query methods that are not backed by an xref:repositorie
* Methods annotated with `@Aggregation`, `@Update`, and `@VectorSearch`
* `@Hint`, `@Meta`, and `@ReadPreference` support
* `Page`, `Slice`, and `Optional` return types
* DTO Projections
* DTO & Interface Projections
**Limitations**
* `@Meta.allowDiskUse` and `flags` are not evaluated.
* Limited `Collation` detection.
* No support for in-clauses with pattern matching / case insensitivity
**Excluded methods**
* `CrudRepository` and other base interface methods
* Querydsl and Query by Example methods
* Query Methods obtaining MQL from a file
[TIP]
====
Consider using `Pattern` instead of `String` as parameter type when working with derived queries using the `LIKE` keyword.