| Package | Description |
|---|---|
| org.hibernate.ogm.datastore.mongodb | |
| org.hibernate.ogm.datastore.mongodb.options.navigation |
| 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.
|
Copyright © 2010-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.