public abstract class MongoDBGlobalContextImpl extends DocumentStoreGlobalContextImpl<MongoDBGlobalContext,MongoDBEntityContext> implements MongoDBGlobalContext
| Constructor and Description |
|---|
MongoDBGlobalContextImpl(ConfigurationContext context) |
| Modifier and Type | Method and Description |
|---|---|
MongoDBGlobalContext |
associationDocumentStorage(AssociationDocumentType associationDocumentStorage)
Specifies how association documents should be persisted.
|
MongoDBGlobalContext |
writeConcern(WriteConcernType concern)
Note: This is not implemented yet! You can specify a globally applying write-concern via
MongoDBProperties.WRITE_CONCERN. |
associationStorageaddEntityOption, addGlobalOption, addPropertyOptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitassociationStorageentitypublic MongoDBGlobalContextImpl(ConfigurationContext context)
public MongoDBGlobalContext writeConcern(WriteConcernType concern)
MongoDBGlobalContextMongoDBProperties.WRITE_CONCERN. Define the write concern typewriteConcern in interface MongoDBGlobalContextpublic MongoDBGlobalContext associationDocumentStorage(AssociationDocumentType associationDocumentStorage)
MongoDBGlobalContextAssociationStorageType.ASSOCIATION_DOCUMENT.associationDocumentStorage in interface MongoDBGlobalContextassociationDocumentStorage - the association document type to be used when not configured on the entity or
property levelCopyright © 2010-2014 Hibernate. All Rights Reserved.