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