public interface Environment
MongoDBDatastoreProvider.| Modifier and Type | Field and Description |
|---|---|
static String |
MONGODB_ASSOCIATIONS_STORE
Where to store associations.
|
static String |
MONGODB_DATABASE
The MongoDB Database name to connect to.
|
static String |
MONGODB_DEFAULT_ASSOCIATION_STORE |
static String |
MONGODB_DEFAULT_HOST
The default host used to connect to MongoDB: if the
MONGODB_HOST
property is not set, we'll attempt to connect to localhost. |
static int |
MONGODB_DEFAULT_PORT
The default port used to connect to MongoDB: if the
MONGODB_PORT
property is not set, we'll try this port. |
static int |
MONGODB_DEFAULT_TIMEOUT
The default value used to set the timeout during the connection to the MongoDB instance
This value is set in milliseconds.
|
static com.mongodb.WriteConcern |
MONGODB_DEFAULT_WRITE_CONCERN
The default value used to set up the acknowledgement of write operations.
|
static String |
MONGODB_HOST
The hostname of the MongoDB instance.
|
static String |
MONGODB_PASSWORD
The password of the MongoDB admin database with authentication enabled.
|
static String |
MONGODB_PORT
The port of the MongoDB instance.
|
static String |
MONGODB_TIMEOUT
The timeout used at the connection to the MongoDB instance.
|
static String |
MONGODB_USERNAME
The username of the MongoDB admin database with authentication enabled.
|
static String |
MONGODB_WRITE_CONCERN
Define the acknowledgement of write operations
|
static final String MONGODB_DATABASE
static final String MONGODB_PORT
static final String MONGODB_WRITE_CONCERN
WriteConcern,
Constant Field Valuesstatic final com.mongodb.WriteConcern MONGODB_DEFAULT_WRITE_CONCERN
MONGODB_WRITE_CONCERNstatic final String MONGODB_HOST
static final String MONGODB_USERNAME
static final String MONGODB_PASSWORD
static final String MONGODB_TIMEOUT
static final String MONGODB_DEFAULT_HOST
MONGODB_HOST
property is not set, we'll attempt to connect to localhost.static final int MONGODB_DEFAULT_PORT
MONGODB_PORT
property is not set, we'll try this port.static final String MONGODB_ASSOCIATIONS_STORE
static final String MONGODB_DEFAULT_ASSOCIATION_STORE
static final int MONGODB_DEFAULT_TIMEOUT
MONGODB_TIMEOUT,
Constant Field ValuesCopyright © 2010-2013 Hibernate. All Rights Reserved.