| Modifier and Type | Method and Description |
|---|---|
static WriteConcernType |
WriteConcernType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WriteConcernType[] |
WriteConcernType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MongoDBEntityContext |
MongoDBEntityContext.writeConcern(WriteConcernType writeConcern)
Defines the type of write concern to be applied
when performing write operations for the current entity.
|
MongoDBPropertyContext |
MongoDBPropertyContext.writeConcern(WriteConcernType concern)
Defines the type of write concern to be applied
when performing write operations in case the current property represents an association.
|
MongoDBGlobalContext |
MongoDBGlobalContext.writeConcern(WriteConcernType writeConcern)
Defines the type of write concern to be applied
when performing write operations against the datastore.
|
| Modifier and Type | Method and Description |
|---|---|
MongoDBEntityContext |
MongoDBEntityContextImpl.writeConcern(WriteConcernType writeConcern) |
MongoDBPropertyContext |
MongoDBPropertyContextImpl.writeConcern(WriteConcernType writeConcern) |
MongoDBGlobalContext |
MongoDBGlobalContextImpl.writeConcern(WriteConcernType writeConcern) |
Copyright © 2010–2017 Hibernate. All rights reserved.