Spring Data MongoDB - Core

Uses of Class
org.springframework.data.mongodb.gridfs.GridFsResource

Packages that use GridFsResource
org.springframework.data.mongodb.gridfs Support for MongoDB GridFS feature. 
 

Uses of GridFsResource in org.springframework.data.mongodb.gridfs
 

Methods in org.springframework.data.mongodb.gridfs that return GridFsResource
 GridFsResource GridFsOperations.getResource(String filename)
          Returns all GridFsResource with the given file name.
 GridFsResource GridFsTemplate.getResource(String location)
           
 GridFsResource[] GridFsOperations.getResources(String filenamePattern)
          Returns all GridFsResources matching the given file name pattern.
 GridFsResource[] GridFsTemplate.getResources(String locationPattern)
           
 


Spring Data MongoDB - Core

Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.