Package org.springframework.data.mongodb.gridfs
@NonNullApi
package org.springframework.data.mongodb.gridfs
Support for MongoDB GridFS feature.
-
ClassDescriptionGridFs-specific helper class to define
Criteria
s.GridFsObject<ID,CONTENT> A common interface when dealing with GridFs items using Spring Data.Additional, context relevant information.Collection of operations to store and read files from MongoDB GridFS.GridFSFile
basedResource
implementation.GridFsOperations
implementation to store content into MongoDB GridFS.GridFsUpload<ID>Upload descriptor for a GridFS file upload.Builder to createGridFsUpload
in a fluent way.Collection of operations to store and read files from MongoDB GridFS using reactive infrastructure.ReactiveGridFSFile
basedResource
implementation.ReactiveGridFsOperations
implementation to store content into MongoDB GridFS.Upload descriptor for a GridFS file upload.Builder to createReactiveGridFsUpload
in a fluent way.