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
Reduce dependencies in tests by using NoOpDbRefResolver.
Add since tags.
Tweak documentation. Extract entity references into own documentation fragment.
Original pull request: #3647.
Closes#3602.
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/convert/MappingMongoConverter.java
-2
Original file line number
Diff line number
Diff line change
@@ -546,8 +546,6 @@ private void readAssociation(Association<MongoPersistentProperty> association, P
546
546
547
547
DBRefdbref = valueinstanceofDBRef ? (DBRef) value : null;
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/convert/MongoDatabaseFactoryReferenceLoader.java
+2-1
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,9 @@
29
29
/**
30
30
* {@link ReferenceLoader} implementation using a {@link MongoDatabaseFactory} to obtain raw {@link Document documents}
31
31
* for linked entities via a {@link ReferenceLoader.DocumentReferenceQuery}.
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/convert/ReferenceLookupDelegate.java
0 commit comments