| Package | Description |
|---|---|
| de.bwaldvogel.mongo.backend.memory.index | |
| de.bwaldvogel.mongo.exception |
| Modifier and Type | Method and Description |
|---|---|
void |
UniqueIndex.add(org.bson.BSONObject document,
Integer position) |
abstract void |
Index.add(org.bson.BSONObject document,
Integer position) |
void |
UniqueIndex.checkAdd(org.bson.BSONObject document) |
abstract void |
Index.checkAdd(org.bson.BSONObject document) |
void |
UniqueIndex.updateInPlace(org.bson.BSONObject oldDocument,
org.bson.BSONObject newDocument) |
abstract void |
Index.updateInPlace(org.bson.BSONObject oldDocument,
org.bson.BSONObject newDocument) |
| Modifier and Type | Class and Description |
|---|---|
class |
DuplicateKeyError |
Copyright © 2013. All Rights Reserved.