| Modifier and Type | Method and Description |
|---|---|
MongoDBGlobalContext |
MongoDB.getConfigurationBuilder(ConfigurationContext context) |
| Modifier and Type | Method and Description |
|---|---|
MongoDBGlobalContext |
MongoDBGlobalContext.associationDocumentStorage(AssociationDocumentStorageType associationDocumentStorage)
Specifies how association documents should be persisted.
|
MongoDBGlobalContext |
MongoDBGlobalContext.readPreference(ReadPreferenceType readPreference)
Defines the type of read preference to be
applied when performing read operations against the datastore.
|
MongoDBGlobalContext |
MongoDBGlobalContext.writeConcern(com.mongodb.WriteConcern writeConcern)
Specifies a custom
WriteConcern implementation to be applied when performing write operations against the
datastore. |
MongoDBGlobalContext |
MongoDBGlobalContext.writeConcern(WriteConcernType writeConcern)
Defines the type of write concern to be applied
when performing write operations against the datastore.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MongoDBGlobalContextImpl
Converts global MongoDB options.
|
| Modifier and Type | Method and Description |
|---|---|
MongoDBGlobalContext |
MongoDBGlobalContextImpl.associationDocumentStorage(AssociationDocumentStorageType associationDocumentStorage) |
MongoDBGlobalContext |
MongoDBGlobalContextImpl.readPreference(ReadPreferenceType readPreference) |
MongoDBGlobalContext |
MongoDBGlobalContextImpl.writeConcern(com.mongodb.WriteConcern writeConcern) |
MongoDBGlobalContext |
MongoDBGlobalContextImpl.writeConcern(WriteConcernType writeConcern) |
Copyright © 2010–2017 Hibernate. All rights reserved.