| Package | Description |
|---|---|
| com.googlecode.mjorm |
| Modifier and Type | Field and Description |
|---|---|
static DBObjectUtil.MergeConflictResolver |
DBObjectUtil.THROW_EXCEPTION
A
DBObjectUtil.MergeConflictResolver that throws an
IllegalStateException on a merge conflict. |
| Modifier and Type | Method and Description |
|---|---|
static void |
DBObjectUtil.merge(com.mongodb.DBObject from,
com.mongodb.DBObject into,
DBObjectUtil.MergeConflictResolver resolver)
Merges the objects using the given
DBObjectUtil.MergeConflictResolver
to resolve merge conflicts. |
Copyright © 2013. All Rights Reserved.