public final class MongoDBProperties extends Object implements DocumentStoreProperties
persistence.xml or
OgmConfiguration.| Modifier and Type | Field and Description |
|---|---|
static String |
ASSOCIATION_DOCUMENT_STORAGE
Configuration property for specifying how to store association documents.
|
static String |
TIMEOUT
The timeout used at the connection to the MongoDB instance.
|
static String |
WRITE_CONCERN
Configuration property for defining the acknowledgement of write operations
|
ASSOCIATIONS_STORECREATE_DATABASE, DATABASE, DATASTORE_PROVIDER, GRID_DIALECT, HOST, OPTION_CONFIGURATOR, PASSWORD, PORT, USERNAMEpublic static final String WRITE_CONCERN
WriteConcern,
Constant Field Valuespublic static final String TIMEOUT
public static final String ASSOCIATION_DOCUMENT_STORAGE
DocumentStoreProperties.ASSOCIATIONS_STORE is set to
AssociationStorageType.ASSOCIATION_DOCUMENT. Supported values are the
AssociationDocumentType enum or the String representations of its constants. Defaults to
AssociationDocumentType.GLOBAL_COLLECTION.Copyright © 2010-2014 Hibernate. All Rights Reserved.