Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
DEFAULT_ORDERED |
true |
public static final String |
ORDERED |
"ordered" |
public static final String |
WRITE_OPTION |
"writeOption" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_LIMIT |
-1 |
public static final int |
DEFAULT_SKIP |
0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
DEFAULT_BACKGROUD |
false |
public static final boolean |
DEFAULT_SPARSE |
false |
public static final boolean |
DEFAULT_UNIQUE |
false |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_DB_NAME |
"DEFAULT_DB" |
public static final String |
DEFAULT_POOL_NAME |
"DEFAULT_POOL" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
DEFAULT_DELETED_COUNT |
0L |
public static final long |
DEFAULT_INSERTED_COUNT |
0L |
public static final long |
DEFAULT_MATCHED_COUNT |
0L |
public static final long |
DEFAULT_MODIFIED_COUNT |
0L |
public static final String |
DELETED_COUNT |
"deletedCount" |
public static final String |
ID |
"_id" |
public static final String |
INDEX |
"index" |
public static final String |
INSERTED_COUNT |
"insertedCount" |
public static final String |
MATCHED_COUNT |
"matchedCount" |
public static final String |
MODIFIED_COUNT |
"modifiedCount" |
public static final String |
UPSERTS |
"upserts" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
DEFAULT_REMOVEDCOUNT |
0L |
public static final String |
REMOVED_COUNT |
"removed_count" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
DEFAULT_DOCMATCHED |
0L |
public static final long |
DEFAULT_DOCMODIFIED |
0L |
public static final String |
DOC_MATCHED |
"doc_matched" |
public static final String |
DOC_MODIFIED |
"doc_modified" |
public static final String |
ID_FIELD |
"_id" |
public static final String |
UPSERTED_ID |
"upserted_id" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
DEFAULT_MULTI |
false |
public static final boolean |
DEFAULT_RETURN_NEW_DOCUMENT |
false |
public static final boolean |
DEFAULT_UPSERT |
false |
Copyright © 2018. All rights reserved.