|
||||||||||
| 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 | |
|---|---|
protected GridFSDBFile |
GridFS._fix(Object o)
|
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(DBObject query,
DBObject sort)
finds a list of files matching the given query |
List<GridFSDBFile> |
GridFS.find(String filename)
finds a list of files matching the given filename |
List<GridFSDBFile> |
GridFS.find(String filename,
DBObject sort)
finds a list of files matching the given filename |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||