Spring Data Document

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

Packages that use GridFsResource
org.springframework.data.mongodb.gridfs   
 

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

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


Spring Data Document

Copyright © 2012. All Rights Reserved.