|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| DBCallback.Factory | |
| DBConnector | |
| DBObject | A key-value map that can be saved to the database. |
| Class Summary | |
|---|---|
| BasicDBList | |
| BasicDBObject | A simple implementation of DBObject. |
| BasicDBObjectBuilder | utility for building objects example: BasicDBObjectBuilder.start().add( "name" , "eliot" ).add( "number" , 17 ).get() |
| Bytes | |
| CommandResult | |
| DB | a logical database on a server |
| DBAddress | Aquires the address of the database(s). |
| DBApiLayer | Database API This cannot be directly instantiated, but the functions are available through instances of Mongo. |
| DBCallback | |
| DBCollection | This class provides a skeleton implementation of a database collection. |
| DBCursor | An iterator over database results. |
| DBPointer | Deprecated. |
| DBPort | |
| DBRef | Database reference class. |
| DBRefBase | Base class for DBRefs. |
| MapReduceOutput | |
| Mongo | A database connection with internal pooling. |
| MongoOptions | Various settings for the driver |
| QueryBuilder | Utility for creating DBObject queries |
| QueryOperators | MongoDB keywords for various query operations |
| RawDBObject | This object wraps the binary object format ("BSON") used for the transport of serialized objects to / from the Mongo database. |
| ReflectionDBObject | |
| ReflectionDBObject.JavaWrapper | |
| ServerAddress | mongo server address |
| ServerError | |
| Enum Summary | |
|---|---|
| DB.WriteConcern | Settings for strictness of error checking on writes (inserts, updates, and removes). |
| Exception Summary | |
|---|---|
| MongoException | |
| MongoException.DuplicateKey | |
| MongoException.Network | |
| MongoInternalException | |
Main package with core files. @see Mongo is the main entry point.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||