| Package | Description |
|---|---|
| com.holonplatform.datastore.mongo.core.enumerations | |
| com.holonplatform.datastore.mongo.core.tx | |
| com.holonplatform.datastore.mongo.spring |
| Modifier and Type | Method and Description |
|---|---|
static MongoWriteConcern |
MongoWriteConcern.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MongoWriteConcern[] |
MongoWriteConcern.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<MongoWriteConcern> |
MongoTransactionOptions.getWriteConcern()
Get the write concern to use with the transaction, if configured.
|
| Modifier and Type | Field and Description |
|---|---|
static com.holonplatform.core.config.ConfigProperty<MongoWriteConcern> |
MongoDatastoreConfigProperties.WRITE_CONCERN
The default
WriteConcern for write operations acknowledgment. |
Copyright © 2019 The Holon Platform. All rights reserved.