| Package | Description |
|---|---|
| org.hibernate.ogm.datastore.mongodb.options.navigation | |
| org.hibernate.ogm.datastore.mongodb.options.navigation.impl |
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MongoDBPropertyContextImpl
Converts MongoDB property-level options.
|
| Modifier and Type | Method and Description |
|---|---|
MongoDBPropertyContext |
MongoDBPropertyContextImpl.associationDocumentStorage(AssociationDocumentStorageType associationDocumentStorage) |
MongoDBPropertyContext |
MongoDBPropertyContextImpl.readPreference(ReadPreferenceType readPreference) |
MongoDBPropertyContext |
MongoDBPropertyContextImpl.writeConcern(com.mongodb.WriteConcern writeConcern) |
MongoDBPropertyContext |
MongoDBPropertyContextImpl.writeConcern(WriteConcernType writeConcern) |
Copyright © 2010–2017 Hibernate. All rights reserved.