See: Description
Interface | Description |
---|---|
AggregateIterable<T> |
Iterable for aggregate.
|
DistinctIterable<T> |
Iterable interface for distinct.
|
FindIterable<T> |
Iterable for find.
|
ListCollectionsIterable<T> |
Iterable for ListCollections.
|
ListDatabasesIterable<T> |
Iterable for ListDatabases.
|
ListIndexesIterable<T> |
Iterable for ListIndexes.
|
MapReduceIterable<T> |
Iterable for map reduce.
|
MongoCollection<T> |
The MongoCollection interface.
|
MongoCursor<T> |
The Mongo Cursor interface implementing the iterator protocol
|
MongoDatabase |
The MongoDatabase interface.
|
MongoIterable<T> |
The MongoIterable is the results from an operation, such as a query.
|
Class | Description |
---|---|
QueryBuilder |
A utility class for creating a
Document that represents a query. |