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/java/org/springframework/data/mongodb/core/convert/MappingMongoConverter.java
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/index/IndexOperationsProvider.java
+8-8
Original file line number
Diff line number
Diff line change
@@ -28,22 +28,22 @@
28
28
publicinterfaceIndexOperationsProvider {
29
29
30
30
/**
31
-
* Returns the operations that can be performed on indexes
31
+
* Returns the operations that can be performed on indexes.
32
32
*
33
33
* @param collectionName name of the MongoDB collection, must not be {@literal null}.
34
-
* @param type the type used for field mapping. Can be {@literal null}.
35
34
* @return index operations on the named collection
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/index/MongoPersistentEntityIndexResolver.java
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/mapping/EmbeddedEntityContext.java
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/mapping/EmbeddedMongoPersistentEntity.java
+6-4
Original file line number
Diff line number
Diff line change
@@ -32,13 +32,15 @@
32
32
importorg.springframework.lang.Nullable;
33
33
34
34
/**
35
+
* Embedded variant of {@link MongoPersistentEntity}.
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/mapping/EmbeddedMongoPersistentProperty.java
+4-6
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,12 @@
26
26
importorg.springframework.lang.Nullable;
27
27
28
28
/**
29
+
* Embedded variant of {@link MongoPersistentProperty}.
0 commit comments