Package | Description |
---|---|
com.allanbank.mongodb.builder.write |
Provides containers for the basic write operations.
|
Modifier and Type | Method and Description |
---|---|
WriteOperationType |
UpdateOperation.getType()
Returns the type of write.
|
WriteOperationType |
InsertOperation.getType()
Returns the type of write.
|
WriteOperationType |
DeleteOperation.getType()
Returns the type of write.
|
WriteOperationType |
WriteOperation.getType()
Returns the type of write.
|
static WriteOperationType |
WriteOperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WriteOperationType[] |
WriteOperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.