|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Environment
Configuration options of the MongoDB GridDialect
| Field Summary | |
|---|---|
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 boolean |
MONGODB_DEFAULT_SAFE
The default value used to configure the safe mode MONGODB_SAFE |
static int |
MONGODB_DEFAULT_TIMEOUT
The default value used to set the timeout during the connection to the MongoDB instance (@link #MONGODB_TIMEOUT) This value is set in milliseconds |
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_SAFE
Run the driver in safe mode (use WriteConcern.SAFE for all operations) |
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. |
| Field Detail |
|---|
static final String MONGODB_DATABASE
static final String MONGODB_PORT
static final String MONGODB_SAFE
static 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 boolean MONGODB_DEFAULT_SAFE
MONGODB_SAFE
static final String MONGODB_ASSOCIATIONS_STORE
static final String MONGODB_DEFAULT_ASSOCIATION_STORE
static final int MONGODB_DEFAULT_TIMEOUT
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||