| 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 MongoReadConcern |
MongoReadConcern.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MongoReadConcern[] |
MongoReadConcern.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<MongoReadConcern> |
MongoTransactionOptions.getReadConcern()
Get the read concern to use with the transaction, if configured.
|
| Modifier and Type | Field and Description |
|---|---|
static com.holonplatform.core.config.ConfigProperty<MongoReadConcern> |
MongoDatastoreConfigProperties.READ_CONCERN
The default
ReadConcern for the read operations isolation level. |
Copyright © 2019 The Holon Platform. All rights reserved.