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(String filename)
finds one file matching the given filename
|
Modifier and Type | Method and Description |
---|---|
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
|