| 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 concern)
Note: This is not implemented yet! You can specify a globally applying write-concern via
MongoDBProperties.WRITE_CONCERN. |
MongoDBGlobalContext |
MongoDBGlobalContext.writeConcern(WriteConcernType concern)
Note: This is not implemented yet! You can specify a globally applying write-concern via
MongoDBProperties.WRITE_CONCERN. |
| Modifier and Type | Method and Description |
|---|---|
MongoDBEntityContext |
MongoDBEntityContextImpl.writeConcern(WriteConcernType concern) |
MongoDBGlobalContext |
MongoDBGlobalContextImpl.writeConcern(WriteConcernType concern) |
Copyright © 2010-2014 Hibernate. All Rights Reserved.