Package | Description |
---|---|
com.mongodb.gridfs |
GridFS tools.
|
Modifier and Type | Method and Description |
---|---|
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(java.lang.String filename)
finds one file matching the given filename
|
Modifier and Type | Method and Description |
---|---|
java.util.List<GridFSDBFile> |
GridFS.find(DBObject query)
finds a list of files matching the given query
|
java.util.List<GridFSDBFile> |
GridFS.find(java.lang.String filename)
finds a list of files matching the given filename
|