Package | Description |
---|---|
com.mongodb |
This package is the main entry point to the MongoDB Java Driver, and it contains the classes for the existing API from 2.x versions.
|
com.mongodb.client |
This package contains client interfaces
|
com.mongodb.client.gridfs |
This package contains the new GridFS implementation
|
Class and Description |
---|
ListDatabasesIterable
Iterable for ListDatabases.
|
MongoDatabase
The MongoDatabase interface.
|
MongoIterable
The MongoIterable is the results from an operation, such as a query.
|
Class and Description |
---|
AggregateIterable
Iterable for aggregate.
|
DistinctIterable
Iterable interface for distinct.
|
FindIterable
Iterable for find.
|
ListCollectionsIterable
Iterable for ListCollections.
|
ListDatabasesIterable
Iterable for ListDatabases.
|
ListIndexesIterable
Iterable for ListIndexes.
|
MapReduceIterable
Iterable for map-reduce.
|
MongoCollection
The MongoCollection interface.
|
MongoCursor
The Mongo Cursor interface implementing the iterator protocol
|
MongoDatabase
The MongoDatabase interface.
|
MongoIterable
The MongoIterable is the results from an operation, such as a query.
|
Class and Description |
---|
MongoDatabase
The MongoDatabase interface.
|
MongoIterable
The MongoIterable is the results from an operation, such as a query.
|
Copyright © 2016. All Rights Reserved.