Uses of Interface
org.springframework.data.mongodb.core.DocumentCallbackHandler
Packages that use DocumentCallbackHandler
-
Uses of DocumentCallbackHandler in org.springframework.data.mongodb.core
Methods in org.springframework.data.mongodb.core with parameters of type DocumentCallbackHandlerModifier and TypeMethodDescriptionvoidMongoOperations.executeQuery(Query query, String collectionName, DocumentCallbackHandler dch) Execute a MongoDB query and iterate over the query results on a per-document basis with a DocumentCallbackHandler.voidMongoTemplate.executeQuery(Query query, String collectionName, DocumentCallbackHandler dch) protected voidMongoTemplate.executeQuery(Query query, String collectionName, DocumentCallbackHandler documentCallbackHandler, CursorPreparer preparer) Execute a MongoDB query and iterate over the query results on a per-document basis with aDocumentCallbackHandlerusing the provided CursorPreparer.