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