You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/kotlin/org/springframework/data/mongodb/core/query/TypedCriteriaExtensions.kt
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/test/kotlin/org/springframework/data/mongodb/core/query/TypedCriteriaExtensionsTest.kt
+2-2
Original file line number
Diff line number
Diff line change
@@ -122,14 +122,14 @@ class TypedCriteriaExtensionsTest {
122
122
123
123
@Test
124
124
fun`Typed criteria all list`() {
125
-
val typed =Book::authors.all(listOf(1, 2, 3))
125
+
val typed =Book::authorsalllistOf(1, 2, 3)
126
126
val classic =Criteria("authors").all(listOf(1, 2, 3))
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/test/kotlin/org/springframework/data/mongodb/core/query/TypedQueryExtensionsTest.kt
+5
Original file line number
Diff line number
Diff line change
@@ -39,4 +39,9 @@ class TypedQueryExtensionsTest {
0 commit comments