public class MongoDBObjectId extends Object implements ch.agent.crnickl.api.DBObjectId
| Constructor and Description |
|---|
MongoDBObjectId(Object object)
Construct an object id from an object.
|
MongoDBObjectId(org.bson.types.ObjectId id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
org.bson.types.ObjectId |
value() |
public MongoDBObjectId(org.bson.types.ObjectId id)
public MongoDBObjectId(Object object) throws T2DBMException
object - T2DBJExceptionT2DBMExceptionCopyright © 2017. All rights reserved.