| Interface | Description |
|---|---|
| DBObjectUtil.MergeConflictResolver |
Resolves merge conflicts during
{@link DBObjectUtil#merge(DBObject, DBObject, MergeConflictResolver).
|
| MongoDao |
An interface for working with mapped objects in mongo.
|
| ObjectMapper |
The
ObjectMapper is responsible for converting
objects to and from mongo's DBObjects. |
| ValueGenerator<T> |
| Class | Description |
|---|---|
| AbstractObjectMapper |
Abstract
ObjectMapper that handles most of the work of
object conversion for the subclass. |
| DBObjectUtil |
Utilities for working with
DBObjects. |
| DBRefUtil |
Utilities for working with
DBRef objects. |
| DescriptorObjectMapper |
Abstract class that uses
ObjectDescriptors and
PropertyDescriptors to map objects to and from
mongo's DBObjects. |
| MappingUtil |
Various utilities for mapping.
|
| MapReduce |
For MapReducing with
MongoDao. |
| MapReduceConfiguration |
Configuration for a MongoDB MapReduce job.
|
| MapReduceResult |
The result of a map reduce operation.
|
| MongoDaoImpl |
Basic implementation of the
MongoDao interface. |
| ObjectDescriptor |
An object that describes how to convert
java objects to and from
DBObjects. |
| ObjectDescriptorRegistry |
A registry for
ObjectDescriptors. |
| ObjectIdValueGenerator | |
| ObjectIterator<E> |
An ObjectIterator provides mapping features for
DBCursorss. |
| ObjectRef |
A reference to another object.
|
| PropertyDescriptor |
A descriptor of an object property.
|
| ReflectionUtil |
Utilities for reflection related things.
|
| XmlDescriptorObjectMapper |
An
ObjectMapper that reads ObjectDescriptors
from an XML document for mapping. |
| XmlObjectDescriptorParser |
Parses XML Object descriptor files and returns
ObjectDescriptors contained within the file. |
| Enum | Description |
|---|---|
| DiscriminatorType |
Types of available discriminators.
|
| Exception | Description |
|---|---|
| MjormException |
An unchecked exception.
|
Copyright © 2013. All Rights Reserved.