interface MongoSettings extends Settings
Additional settings for MongoDB
| Modifiers | Name | Description |
|---|---|---|
static String |
DEFAULT_DATABASE_NAME |
The default database name if none is specified |
static String |
PREFIX |
The prefix |
static String |
SETTING_CODECS |
All MongoDB codecs |
static String |
SETTING_CONNECTIONS |
All MongoDB connections |
static String |
SETTING_CONNECTION_STRING |
The connection string |
static String |
SETTING_DATABASE_NAME |
The database name |
static String |
SETTING_DECIMAL_TYPE |
Whether to use the decimal type |
static String |
SETTING_DEFAULT_MAPPING |
The default mapping |
static String |
SETTING_ENGINE |
|
static String |
SETTING_HOST |
The host |
static String |
SETTING_OPTIONS |
The client options |
static String |
SETTING_PASSWORD |
The password |
static String |
SETTING_PORT |
The port |
static String |
SETTING_STATELESS |
|
static String |
SETTING_URL |
The URL |
static String |
SETTING_USERNAME |
The username |
| Fields inherited from class | Fields |
|---|---|
interface Settings |
PREFIX, SETTING_AUTO_FLUSH, SETTING_FLUSH_MODE, SETTING_FAIL_ON_ERROR, SETTING_MARK_DIRTY, SETTING_DEFAULT_MAPPING, SETTING_DEFAULT_CONSTRAINTS, SETTING_CUSTOM_TYPES, SETTING_MULTI_TENANCY_MODE, SETTING_MULTI_TENANT_RESOLVER_CLASS, SETTING_MULTI_TENANT_RESOLVER, SETTING_DATASOURCES, SETTING_DATASOURCE, SETTING_DB_CREATE |
The default database name if none is specified
The prefix
All MongoDB codecs
All MongoDB connections
The connection string
The database name
Whether to use the decimal type
The default mapping
The host
The client options
The password
The port
The URL
The username