|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GridFSDBFile | |
---|---|
com.mongodb.gridfs | GridFS tools. |
Uses of GridFSDBFile in com.mongodb.gridfs |
---|
Methods in com.mongodb.gridfs that return GridFSDBFile | |
---|---|
GridFSDBFile |
GridFS.find(ObjectId id)
finds one file matching the given id. |
GridFSDBFile |
GridFS.findOne(DBObject query)
finds one file matching the given query |
GridFSDBFile |
GridFS.findOne(ObjectId id)
finds one file matching the given id. |
GridFSDBFile |
GridFS.findOne(String filename)
finds one file matching the given filename |
Methods in com.mongodb.gridfs that return types with arguments of type GridFSDBFile | |
---|---|
List<GridFSDBFile> |
GridFS.find(DBObject query)
finds a list of files matching the given query |
List<GridFSDBFile> |
GridFS.find(String filename)
finds a list of files matching the given filename |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |