| Modifier and Type | Method and Description |
|---|---|
static MongoDatabaseMethods.Operator |
MongoDatabaseMethods.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MongoDatabaseMethods.Operator[] |
MongoDatabaseMethods.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MongoDatabaseMethods.addOperation(com.mongodb.DBObject operation,
MongoDatabaseMethods.Operator op,
Object... arg)
Add an update operation to a DBObject.
|
protected com.mongodb.DBObject |
MongoDatabaseMethods.operation(MongoDatabaseMethods.Operator op,
Object... arg)
Return a com.mongodb.DbObject representing an operation object for an
operator and list of arguments.
|
Copyright © 2013. All Rights Reserved.