| Package | Description |
|---|---|
| org.hibernate.ogm.datastore.mongodb.options.navigation | |
| org.hibernate.ogm.datastore.mongodb.options.navigation.impl |
| Modifier and Type | Method and Description |
|---|---|
MongoDBEntityContext |
MongoDBEntityContext.associationDocumentStorage(AssociationDocumentType 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MongoDBEntityContextImpl
Converts MongoDB entity-level options.
|
| Modifier and Type | Method and Description |
|---|---|
MongoDBEntityContext |
MongoDBEntityContextImpl.associationDocumentStorage(AssociationDocumentType associationDocumentStorage) |
MongoDBEntityContext |
MongoDBEntityContextImpl.readPreference(ReadPreferenceType readPreference) |
MongoDBEntityContext |
MongoDBEntityContextImpl.writeConcern(com.mongodb.WriteConcern writeConcern) |
MongoDBEntityContext |
MongoDBEntityContextImpl.writeConcern(WriteConcernType writeConcern) |
Copyright © 2010-2014 Hibernate. All Rights Reserved.