| 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 |
|---|---|
WriteConcernType |
WriteConcernOption.getWriteConcern() |
| Constructor and Description |
|---|
WriteConcernOption(WriteConcernType writeConcern) |
| Modifier and Type | Method and Description |
|---|---|
MongoDBGlobalContext |
MongoDBGlobalOptions.writeConcern(WriteConcernType concern) |
MongoDBEntityContext |
MongoDBEntityOptions.writeConcern(WriteConcernType concern) |
| Modifier and Type | Method and Description |
|---|---|
MongoDBGlobalContext |
MongoDBGlobalContext.writeConcern(WriteConcernType concern) |
MongoDBEntityContext |
MongoDBEntityContext.writeConcern(WriteConcernType concern) |
Copyright © 2010-2013 Hibernate. All Rights Reserved.