Uses of Interface
org.springframework.data.mongodb.core.mapping.DocumentPointer
Package
Description
Spring Data MongoDB specific converter infrastructure.
-
Uses of DocumentPointer in org.springframework.data.mongodb.core.convert
Modifier and TypeMethodDescriptionMappingMongoConverter.toDocumentPointer
(Object source, MongoPersistentProperty referringProperty) default DocumentPointer<?>
MongoWriter.toDocumentPointer
(Object source, MongoPersistentProperty referringProperty) Creates a theDocumentPointer
representing the link to another entity.