Package com.allanbank.mongodb

Provides a Java driver for the MongoDB document store that allows asynchronous invocation of requests.

See: Description

Package com.allanbank.mongodb Description

Provides a Java driver for the MongoDB document store that allows asynchronous invocation of requests.

Package Layout / High Level Design

The com.allanbank.mongodb package contains the interfaces and basic classes that the client code will use to interact with the driver.

The com.allanbank.mongodb.bson package contains a strongly typed, immutable implementation of the BSON Specification.

In the com.allanbank.mongodb.client package are the implementation of the primary interfaces for the driver and support classes to convert Reply(s) from the server into a more user friendly format.

To facilitate constructing queries and the more complex commands to the MongoDB servers a set of support classes are provided in the com.allanbank.mongodb.builder package.

Exceptions (all inheriting from MongoDbException are located in the com.allanbank.mongodb.error package.

Copyright ©:
2012-2013, Allanbank Consulting, Inc., All Rights Reserved

Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.