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 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 Document

Copyright © 2012. All Rights Reserved.