Package | Description |
---|---|
org.springframework.data.mongodb.gridfs |
Support for MongoDB GridFS feature.
|
Modifier and Type | Method and Description |
---|---|
static GridFsResource |
GridFsResource.absent(String filename)
Obtain an absent
GridFsResource . |
GridFsResource |
GridFsOperations.getResource(com.mongodb.client.gridfs.model.GridFSFile file)
Returns the
GridFsResource for a GridFSFile . |
GridFsResource |
GridFsTemplate.getResource(com.mongodb.client.gridfs.model.GridFSFile file) |
GridFsResource |
GridFsOperations.getResource(String filename)
Returns the
GridFsResource with the given file name. |
GridFsResource |
GridFsTemplate.getResource(String location) |
GridFsResource[] |
GridFsOperations.getResources(String filenamePattern)
Returns all
GridFsResource s matching the given file name pattern. |
GridFsResource[] |
GridFsTemplate.getResources(String locationPattern) |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.