|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Class Summary | |
|---|---|
| DBCursor<T> | An iterator over database results. |
| DBQuery | Builder for MongoDB queries. |
| DBQuery.AbstractBuilder<Q extends DBQuery.AbstractBuilder> | |
| DBQuery.Query | This is a query builder that is also a valid query that can be passed to MongoDB |
| DBRef<T,K> | A database reference object |
| DBUpdate | A database update. |
| DBUpdate.Builder | The builder |
| JacksonDBCollection<T,K> | A DBCollection that marshals/demarshals objects to/from Jackson annotated classes. |
| MapReduce | Map reduce command builder |
| MapReduce.MapReduceCommand<T,K> | |
| MapReduceOutput<T,K> | Represents the result of a Map/Reduce operation |
| WriteResult<T,K> | This class lets you access the results of the previous write. |
| Enum Summary | |
|---|---|
| JacksonDBCollection.Feature | |
| MapReduce.OutputType | |
| Exception Summary | |
|---|---|
| MongoJsonMappingException | Exception used to indicate a problem occurred when converting the MongoDB objects to Jackson |
| Annotation Types Summary | |
|---|---|
| Id | Basically the same as javax.persistence.Id, but allows placement on params as well, for use when using
JsonCreator |
| MongoCollection | Annotation used to specify the collection that a type uses |
| ObjectId | Indicates that the property should be converted to an ObjectId before being stored in the database, and back to whatever type it is afterwards. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||