| Package | Description |
|---|---|
| org.hibernate.ogm.datastore.mongodb.options.navigation |
| Modifier and Type | Method and Description |
|---|---|
MongoDBEntityContext |
MongoDBEntityContext.associationDocumentStorage(AssociationDocumentStorageType associationDocumentStorage)
Specifies how association documents should be persisted.
|
MongoDBEntityContext |
MongoDBEntityContext.readPreference(ReadPreferenceType readPreference)
Defines the type of read preference to be
applied when performing read operations against the datastore.
|
MongoDBEntityContext |
MongoDBEntityContext.writeConcern(com.mongodb.WriteConcern writeConcern)
Specifies a custom
WriteConcern implementation to be applied when performing write operations for the
current entity. |
MongoDBEntityContext |
MongoDBEntityContext.writeConcern(WriteConcernType writeConcern)
Defines the type of write concern to be applied
when performing write operations for the current entity.
|
Copyright © 2010-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.