@ -86,8 +86,10 @@ public abstract class AbstractPersonRepositoryIntegrationTests {
@@ -86,8 +86,10 @@ public abstract class AbstractPersonRepositoryIntegrationTests {
@ -1272,4 +1274,26 @@ public abstract class AbstractPersonRepositoryIntegrationTests {
@@ -1272,4 +1274,26 @@ public abstract class AbstractPersonRepositoryIntegrationTests {
@ -212,10 +212,18 @@ NOTE: Note that for version 1.0 we currently don't support referring to paramete
@@ -212,10 +212,18 @@ NOTE: Note that for version 1.0 we currently don't support referring to paramete
| `findByFirstnameContaining(String name)`
| `{"firstname" : name} (name as regex)`
| `NotContaining` on String
| `findByFirstnameNotContaining(String name)`
| `{"firstname" : { "$not" : name}} (name as regex)`